IPixelPoint
DMGraphicsWrapper
.CreatePixelPoint(Int32 x, Int32 y)
Creates a point from pixel coordinates (ie. window coordinates).
Remarks
Examples
Parameters
x
Type: Int32
The x coordinate.
y
Type: Int32
The y coordinate.
Return Value
Type:
IPixelPoint
Returns the pixel point.