Interface: IPixelPoint

Exposes a pixel point.

Implemented types

Methods

Name Description
Clone() Clones the point.
Set(Int32, Int32) Sets the x and y coordinates.
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 coordinate.
Y Gets or sets the y coordinate.

Events

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