IPixelPoint IGraphics.CreatePixelPoint(Int32 x, Int32 y)

Creates a point from pixel coordinates (ie. window coordinates).

Parameters

  • x
    Type: Int32
    The x coordinate.
  • y
    Type: Int32
    The y coordinate.

Return Value

Returns the pixel point.