CalendarView for WinForms
Scale(Single,Single) メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 > TransformMatrix クラス > Scale メソッド : Scale(Single,Single) メソッド
The value by which to scale this Matrix in the x-axis direction.
The value by which to scale this Matrix in the y-axis direction.
Applies the specified scale vector to this Matrix object by prepending the scale vector.
シンタックス
'宣言
 
Public Overloads Sub Scale( _
   ByVal scaleX As System.Single, _
   ByVal scaleY As System.Single _
) 
public void Scale( 
   System.float scaleX,
   System.float scaleY
)

パラメータ

scaleX
The value by which to scale this Matrix in the x-axis direction.
scaleY
The value by which to scale this Matrix in the y-axis direction.
参照

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