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

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 > TransformMatrix クラス > ScaleAt メソッド : ScaleAt(Coordinate,Single,Single,TransformOrder) メソッド
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.
A TransformOrder enumeration that specifies the order (append or prepend) in which the scaling is applied to this Matrix object.
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, _
   ByVal order As TransformOrder _
) 
public void ScaleAt( 
   Coordinate point,
   System.float scaleX,
   System.float scaleY,
   TransformOrder order
)

パラメータ

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.
order
A TransformOrder enumeration that specifies the order (append or prepend) in which the scaling is applied to this Matrix object.
参照

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