CalendarView for WinForms
Translate メソッド (Region)

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 > Region クラス : Translate メソッド
The amount to offset this Region object horizontally.
The amount to offset this Region object vertically.
Offsets the coordinates of this Region object by the specified amount.
シンタックス
'宣言
 
Public Sub Translate( _
   ByVal dx As System.Integer, _
   ByVal dy As System.Integer _
) 
public void Translate( 
   System.int dx,
   System.int dy
)

パラメータ

dx
The amount to offset this Region object horizontally.
dy
The amount to offset this Region object vertically.
参照

Region クラス
Region メンバ