CalendarView for WinForms
ExcludeClip(Region) メソッド

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

パラメータ

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

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