Transforms a point by this matrix.
'宣言
Public Overloads Function Transform( _
ByVal As Point _
) As Point
'使用法
Dim instance As Matrix
Dim point As Point
Dim value As Point
value = instance.Transform(point)
public Point Transform(
Point
)
パラメータ
- point
- The original point to apply the transformation.
戻り値の型
The result of the transformation for the input point.