The following tables list the members exposed by the DPoint type.

Name Description
Public property Static Empty Represents a DPoint that is a null reference (Nothing in Visual Basic).
Public property Item Gets or sets single coordinate of DPoint structure.
Public property Length Gets the length (magnitude) of the vector.
Public property LengthPow2 Gets the length power of 2 of the vector.
Public property Static One Represents a point with all three single coordinates. <remarks>Return point (1.0 , 1.0 , 1.0)</remarks>
Public property Static XOrtAxis
Public property Static YOrtAxis
Public property Static ZOrtAxis
Top