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

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 > TransformMatrix クラス > Translate メソッド : Translate(Single,Single) メソッド
The x value by which to translate this Matrix.
The y value by which to translate this Matrix.
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 _
) 
public void Translate( 
   System.float offsetX,
   System.float offsetY
)

パラメータ

offsetX
The x value by which to translate this Matrix.
offsetY
The y value by which to translate this Matrix.
参照

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