Point3D Structure Members
In This Topic
The following tables list the members exposed by Point3D.
Public Constructors
Public Properties
| Name | Description |
| X | Gets or sets the x-coordinate of this Point3D. |
| Y | Gets or sets the y-coordinate of this Point3D. |
| Z | Gets or sets the z-coordinate of this Point3D. |
Top
Public Methods
| Name | Description |
| Equals | Overloaded. Indicates whether the current value is equal to another value of the same type. |
| Offset | Overloaded. Translates this GrapeCity.Drawing.Point by the specified amount. |
Top
See Also