CalendarView for WinForms
SetClip(Rectangle,CombineMode) メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 > Graphics クラス > SetClip メソッド : SetClip(Rectangle,CombineMode) メソッド
System.Drawing.Rectangle structure to combine.
Member of the System.Drawing.Drawing2D.CombineMode enumeration that specifies the combining operation to use.
Sets the clipping region of this Graphics object to the result of the specified operation combining the current clip region and the rectangle specified by a System.Drawing.Rectangle structure.
シンタックス
'宣言
 
Public Overloads Sub SetClip( _
   ByVal rectangle As System.Drawing.Rectangle, _
   ByVal combineMode As System.Drawing.Drawing2D.CombineMode _
) 
public void SetClip( 
   System.Drawing.Rectangle rectangle,
   System.Drawing.Drawing2D.CombineMode combineMode
)

パラメータ

rectangle
System.Drawing.Rectangle structure to combine.
combineMode
Member of the System.Drawing.Drawing2D.CombineMode enumeration that specifies the combining operation to use.
解説
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 メンバ
オーバーロード一覧