この行列に基づいて点を変換します。
シンタックス
'宣言
Public Shared Function Transform( _
ByVal As System.Windows.Media.Matrix, _
ByVal As System.Double, _
ByVal As System.Double _
) As System.Windows.Point
public static System.Windows.Point Transform(
System.Windows.Media.Matrix ,
System.double ,
System.double
)
パラメータ
- matrix
- 変換を定義する行列。
- x
- 点の x 座標。
- y
- 点の y 座標。
戻り値の型
点の変換の結果。
参照