'宣言 Public Function PointLogicalToDevice( _ ByVal logicalPoints() As System.Drawing.Point _ ) As System.Drawing.Point()
public System.Drawing.Point[] PointLogicalToDevice( System.Drawing.Point[] logicalPoints )
パラメータ
- logicalPoints
- An array of System.Drawing.Point structures. The x- and y-coordinates contained in each System.Drawing.Point structure will be transformed.
戻り値の型
An array of System.Drawing.Point structures indicate the point which is converted to Device coordinates