Bitmap for WPF
TransformPoint メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 > Matrix3x2 構造体 : TransformPoint メソッド
The matrix to use as a tranformation matrix.
The original vector to apply the transformation.
Transforms a vector by this matrix.
シンタックス
'宣言
 
Public Shared Function TransformPoint( _
   ByRef matrix As Matrix3x2, _
   ByVal point As Point2F _
) As Point2F
public static Point2F TransformPoint( 
   ref Matrix3x2 matrix,
   Point2F point
)

パラメータ

matrix
The matrix to use as a tranformation matrix.
point
The original vector to apply the transformation.

戻り値の型

The result of the transformation for the input vector.
参照

Matrix3x2 構造体
Matrix3x2 メンバ