CalendarView for WinForms
TranslateClippingRegion メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi.DeviceContexts 名前空間 > DeviceContext クラス : TranslateClippingRegion メソッド
Specifies the number of logical units to move left or right.
Specifies the number of logical units to move up or down.
Moves the clipping region of a device context by the specified offsets.
シンタックス
'宣言
 
Public Sub TranslateClippingRegion( _
   ByVal dx As System.Integer, _
   ByVal dy As System.Integer _
) 
public void TranslateClippingRegion( 
   System.int dx,
   System.int dy
)

パラメータ

dx
Specifies the number of logical units to move left or right.
dy
Specifies the number of logical units to move up or down.
参照

DeviceContext クラス
DeviceContext メンバ