CalendarView for WinForms
ScaleAt(Coordinate,Single,Single) メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 > TransformMatrix クラス > ScaleAt メソッド : ScaleAt(Coordinate,Single,Single) メソッド
A Coordinate class that represents the center of the scale.
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 at speical point.
シンタックス
'宣言
 
Public Overloads Sub ScaleAt( _
   ByVal point As Coordinate, _
   ByVal scaleX As System.Single, _
   ByVal scaleY As System.Single _
) 
public void ScaleAt( 
   Coordinate point,
   System.float scaleX,
   System.float scaleY
)

パラメータ

point
A Coordinate class that represents the center of the scale.
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 メンバ
オーバーロード一覧