CalendarView for WinForms
TranslateClip メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 > Graphics クラス : TranslateClip メソッド
An int indicates the x component of the translation.
An int indicates the y component of the translation.
Translates the clipping region of this Graphics object by specified amounts in the horizontal and vertical directions.
シンタックス
'宣言
 
Public Sub TranslateClip( _
   ByVal dx As System.Integer, _
   ByVal dy As System.Integer _
) 
public void TranslateClip( 
   System.int dx,
   System.int dy
)

パラメータ

dx
An int indicates the x component of the translation.
dy
An int indicates the y component of the translation.
参照

Graphics クラス
Graphics メンバ