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

x方向のスケール係数。
y方向のスケール係数。
乗算の順序を決定するMatrixOrder列挙体のメンバ。
このGraphicsオブジェクトの変換行列に、指定した順序で指定したスケール演算を適用します。
構文
Public Overloads Sub ScaleTransform( _
   ByVal sx As Single, _
   ByVal sy As Single, _
   ByVal order As MatrixOrder _
) 
public void ScaleTransform( 
   float sx,
   float sy,
   MatrixOrder order
)

パラメータ

sx
x方向のスケール係数。
sy
y方向のスケール係数。
order
乗算の順序を決定する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

参照

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

Send Feedback