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

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 > TransformMatrix クラス > Translate メソッド : Translate(Single,Single,TransformOrder) メソッド
The x value by which to translate this Matrix.
The y value by which to translate this Matrix.
A TransformOrder enumeration that specifies the order (append or prepend) in which the translation is applied to this Matrix object.
Applies the specified translation vector (offsetX and offsetY) to this Matrix object by prepending the translation vector.
シンタックス
'宣言
 
Public Overloads Sub Translate( _
   ByVal offsetX As System.Single, _
   ByVal offsetY As System.Single, _
   ByVal order As TransformOrder _
) 
public void Translate( 
   System.float offsetX,
   System.float offsetY,
   TransformOrder order
)

パラメータ

offsetX
The x value by which to translate this Matrix.
offsetY
The y value by which to translate this Matrix.
order
A TransformOrder enumeration that specifies the order (append or prepend) in which the translation is applied to this Matrix object.
参照

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