The following tables list the members exposed by Point3D.
Public Properties
| Name | Description |
| X | Gets or sets the x-coordinate of this Point3D structure. |
| Y | Gets or sets the y-coordinate of this Point3D structure. |
| Z | Gets or sets the z-coordinate of this Point3D structure. |
Top
Public Methods
| Name | Description |
| Equals | Determines whether the specified object is equal to this Point3D structure. |
| GetHashCode | Gets a hash code for this Point3D structure. |
| ToString | Creates a string representation of this Point3D structure. |
Top
See Also