'宣言 Public Function PointDeviceToLogical( _ ByVal devicePoints() As System.Drawing.Point _ ) As System.Drawing.Point()
public System.Drawing.Point[] PointDeviceToLogical( System.Drawing.Point[] devicePoints )
パラメータ
- devicePoints
- 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 Logical coordinates