Transforms a point by this matrix.
シンタックス
'宣言
Public Overloads Function Transform( _
ByVal As System.Single, _
ByVal As System.Single _
) As System.Drawing.PointF
public System.Drawing.PointF Transform(
System.float ,
System.float
)
パラメータ
- x
- X-coordinate of the original point.
- y
- Y-coordinate of the original point.
戻り値の型
The transformed point.
参照