[]
converts device coordinates into logical coordinates. The conversion depends on the mapping mode of the device context, the settings of the origins and extents for the window and viewport, and the world transformation.
public Point[] PointDeviceToLogical(Point[] devicePoints)
Type | Name | Description |
---|---|---|
Point[] | devicePoints | An array of Point structures. The x- and y-coordinates contained in each Point structure will be transformed. |
Type | Description |
---|---|
Point[] | An array of Point structures indicate the point which is converted to Logical coordinates |
Type | Condition |
---|---|
ArgumentException | |
SystemErrorException |