'Declaration
Public Function PointLogicalToDevice( _ ByVal logicalPoints() As Point _ ) As Point()
public Point[] PointLogicalToDevice( Point[] logicalPoints )
Parameters
- logicalPoints
- An array of System.Drawing.Point structures. The x- and y-coordinates contained in each System.Drawing.Point structure will be transformed.
Return Value
An array of System.Drawing.Point structures indicate the point which is converted to Device coordinates