[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.DeviceContexts.DeviceContext.PointDeviceToLogical

PointDeviceToLogical Method

PointDeviceToLogical(Point[])

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.

Declaration
public Point[] PointDeviceToLogical(Point[] devicePoints)
Parameters
Type Name Description
Point[] devicePoints

An array of Point structures. The x- and y-coordinates contained in each Point structure will be transformed.

Returns
Type Description
Point[]

An array of Point structures indicate the point which is converted to Logical coordinates

Exceptions
Type Condition
ArgumentException
SystemErrorException