CalendarView for WinForms
ExcludeClip(Rectangle) メソッド

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

パラメータ

rectangle
System.Drawing.Rectangle structure that specifies the rectangle to exclude from the clip region.
解説
This method excludes the area specified by the rectangle parameter from the current clip region and assigns the resulting area to the Clip property of this Graphics object.
参照

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