Bitmap for UWP
Transform(RectF,Matrix3x2) メソッド

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

パラメータ

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

戻り値の型

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

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