CalendarView for WinForms
IntersectClip(Region) メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 > Graphics クラス > IntersectClip メソッド : IntersectClip(Region) メソッド
Region object to intersect with the current region.
Updates the clip region of this Graphics object to the intersection of the current clip region and the specified Region object.
シンタックス
'宣言
 
Public Overloads Sub IntersectClip( _
   ByVal region As Region _
) 
public void IntersectClip( 
   Region region
)

パラメータ

region
Region object to intersect with the current region.
解説
This method assigns to the Clip property of this Graphics object the area represented by the intersection of the current clip region and the region specified by the region parameter.
参照

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