PowerTools PlusPak for Windows Forms 8.0J
Scale(Single,Single,MatrixOrder) メソッド

このMatrixをx軸方向にスケールする値。
このMatrixをy軸方向にスケールする値。
このMatrixにスケールベクタを適用する順序(前または後に付加)を指定するMatrixOrder。
指定した順序で、指定したスケールベクタ(scaleXおよびscaleY)をこのMatrixに適用します。
構文
Public Overloads Sub Scale( _
   ByVal scaleX As Single, _
   ByVal scaleY As Single, _
   ByVal order As MatrixOrder _
) 
public void Scale( 
   float scaleX,
   float scaleY,
   MatrixOrder order
)

パラメータ

scaleX
このMatrixをx軸方向にスケールする値。
scaleY
このMatrixをy軸方向にスケールする値。
order
このMatrixにスケールベクタを適用する順序(前または後に付加)を指定するMatrixOrder。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

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

Send Feedback