Represents a 3D point in a DXF image.

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

Name Description
Public constructor DXFPoint (Overloaded) Initializes a new instance of the DXFPixel class.
Top
Name Description
Public method Clone Copies this object and returns a new object.
Public method Equals (Overloaded) (inherited from Object).
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Public method Static ReferenceEquals (inherited from Object).
Public method ToString (inherited from Object).
Top
Name Description
Public field X Coordinates of a 3D point in DXF image.
Public field Y Coordinates of a 3D point in DXF image.
Public field Z Coordinates of a 3D point in DXF image.
Top