CalendarView for WinForms
TranslateTransform メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 > Graphics クラス : TranslateTransform メソッド
x component of the translation.
y component of the translation.
Changes the origin of the coordinate system by prepending the specified translation to the transformation matrix of this Graphics object.
シンタックス
'宣言
 
Public Sub TranslateTransform( _
   ByVal dx As System.Integer, _
   ByVal dy As System.Integer _
) 
public void TranslateTransform( 
   System.int dx,
   System.int dy
)

パラメータ

dx
x component of the translation.
dy
y component of the translation.
参照

Graphics クラス
Graphics メンバ