[]
public Rectangle ClipBound { get; }
Type | Description |
---|---|
Rectangle | This property indicates a 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);