Click or drag to resize

Point Properties

The Point type exposes the following members.

Properties
  NameDescription
Public propertyIsZero
Gets a value indicating that both the X and Y co-ordinates of this point are zero
Public propertyLength
Gets the length of the point as a vector from origin 0,0
Public propertyLengthSquared
Gets the squared length of the point as a vector from origin 0,0.
Public propertyNormal
Gets the point as a normal vector (perpendicular) to the current point from the origin
Public propertyUnitVector
Gets the current point as a unit vector (a point with a Length of 1.0 from origin 0,0)
Public propertyX
Gets or sets the X co-ordinate of this point
Public propertyY
Gets or sets the Y co-ordinate of this point
Top
See Also