GrapeCity PlusPak for Windows Forms 10.0J
MultiplyTransform(Matrix,MatrixOrder) メソッド

ワールド変換にかける3x3のMatrixオブジェクト。
乗算の順序を決定するMatrixOrder列挙体のメンバ。
このGraphicsオブジェクトのワールド変換に、指定された順序で指定されたMatrixオブジェクトをかけます。
シンタックス
Public Overloads Sub MultiplyTransform( _
   ByVal matrix As Matrix, _
   ByVal order As MatrixOrder _
) 
public void MultiplyTransform( 
   Matrix matrix,
   MatrixOrder order
)

パラメータ

matrix
ワールド変換にかける3x3のMatrixオブジェクト。
order
乗算の順序を決定するMatrixOrder列挙体のメンバ。
参照

参照

Graphics クラス
Graphics メンバ
オーバーロード一覧

 

 


© 2008 GrapeCity inc. All rights reserved.