CalendarView for WinForms
TranslateViewport メソッド

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

パラメータ

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

DeviceContext クラス
DeviceContext メンバ