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

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 > Graphics クラス > SetClip メソッド : SetClip(Region,CombineMode) メソッド
Region object 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 specified Region object.
シンタックス
'宣言
 
Public Overloads Sub SetClip( _
   ByVal region As Region, _
   ByVal combineMode As System.Drawing.Drawing2D.CombineMode _
) 
public void SetClip( 
   Region region,
   System.Drawing.Drawing2D.CombineMode combineMode
)

パラメータ

region
Region object 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 メンバ
オーバーロード一覧