CalendarView for WinForms
TranslateWindow メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi.DeviceContexts 名前空間 > DeviceContext クラス : TranslateWindow メソッド
An int specifies the horizontal offset.
An int specifies the vertical offset.
Modifies the window origin for a device context using the specified horizontal and vertical offsets.
シンタックス
'宣言
 
Public Sub TranslateWindow( _
   ByVal dx As System.Integer, _
   ByVal dy As System.Integer _
) 
public void TranslateWindow( 
   System.int dx,
   System.int dy
)

パラメータ

dx
An int specifies the horizontal offset.
dy
An int specifies the vertical offset.
参照

DeviceContext クラス
DeviceContext メンバ