CalendarView for WinForms
SetClip(Rectangle) メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 > Graphics クラス > SetClip メソッド : SetClip(Rectangle) メソッド
System.Drawing.Rectangle structure that represents the new clip region.
Sets the clipping region of this Graphics object to the rectangle specified by a System.Drawing.Rectangle structure.
シンタックス
'宣言
 
Public Overloads Sub SetClip( _
   ByVal rectangle As System.Drawing.Rectangle _
) 
public void SetClip( 
   System.Drawing.Rectangle rectangle
)

パラメータ

rectangle
System.Drawing.Rectangle structure that represents the new clip region.
解説
Only a copy of the setting region is used. The region itself can be seted for any number of other device contexts or it can be deleted.
参照

Graphics クラス
Graphics メンバ
オーバーロード一覧