Click or drag to resize

PointD2D Properties

The PointD2D type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberEmpty Gets an empty point (0,0).
Public propertyIsEmpty Gets a value indicating whether this point is empty (both components are zero).
Public propertyIsNaN Gets a value indicating whether one of the members of this instance is NaN.
Public propertyVectorLength Gets the vector length of this point.
Public propertyVectorLengthSquared Gets the squared vector length of this point.
Public propertyX Gets the x component of this point.
Public propertyY Gets the y component of this point.
Top
See Also