Bitmap for WPF
TransformRef(RectF,RectF,Matrix3x2) メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 > RectF 構造体 > TransformRef メソッド : TransformRef(RectF,RectF,Matrix3x2) メソッド
The result of the transformation for the input rectangle.
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 Sub TransformRef( _
   ByRef result As RectF, _
   ByRef rect As RectF, _
   ByRef matrix As Matrix3x2 _
) 
public static void TransformRef( 
   out RectF result,
   ref RectF rect,
   ref Matrix3x2 matrix
)

パラメータ

result
The result of the transformation for the input rectangle.
rect
The original rectangle to apply the transformation.
matrix
The matrix to use as a tranformation matrix.
参照

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