CalendarView for WinForms
IntersectClip(Rectangle) メソッド

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

パラメータ

rectangle
System.Drawing.Rectangle structure to intersect with the current clip 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 rectangle specified by the rectangle parameter.
参照

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