Bitmap for WPF
Transform(Point2F,Matrix3x2) メソッド

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

パラメータ

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

戻り値の型

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

Point2F 構造体
Point2F メンバ
オーバーロード一覧