Interface: IWorldPoint

Exposes a world point.

Implemented types

Methods

Name Description
Clone() Clones the point.
ToPixelPoint() Converts the point to a pixel point.
ToWorldPoint() Converts the point to a world point.

Properties

Name Description
X Gets or sets the x component.
Y Gets or sets the y component.
Z Gets or sets the z component.

Events

Name Description
Changed Event fired when the point's coordinates were modified.