CalendarView for WinForms
SetClip(Region) メソッド

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

パラメータ

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