| Name | Description |
|---|---|
| Clone() | Clones the point. |
| ToPixelPoint() | Converts the point to a pixel point. |
| ToWorldPoint() | Converts the point to a world point. |
| Name | Description |
|---|---|
| X | Gets or sets the x component. |
| Y | Gets or sets the y component. |
| Z | Gets or sets the z component. |
| Name | Description |
|---|---|
| Changed | Event fired when the point's coordinates were modified. |