[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.DeviceContexts.DeviceContext.PointLogicalToDevice

PointLogicalToDevice Method

PointLogicalToDevice(Point[])

converts logical coordinates into device 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[] PointLogicalToDevice(Point[] logicalPoints)
Parameters
Type Name Description
Point[] logicalPoints

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 Device coordinates

Exceptions
Type Condition
ArgumentException
SystemErrorException