CalendarView for WinForms
ClipBound プロパティ
使用例 

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 > Graphics クラス : ClipBound プロパティ
Gets the System.Drawing.Rectangle structure that bounds the clipping region of this Graphics object.
シンタックス
'宣言
 
Public ReadOnly Property ClipBound As System.Drawing.Rectangle
public System.Drawing.Rectangle ClipBound {get;}

プロパティ値

This property indicates a System.Drawing.Rectangle structure that represents a bounding rectangle for the clipping region of this Graphics object.
使用例
How to judge a Grphics's clip is empty?
bool isClipEmpty = (graphics.ClipBound == Rectangle.Empty);
参照

Graphics クラス
Graphics メンバ