'Declaration Public ReadOnly Property ClipBound As Rectangle
'Declaration
Public ReadOnly Property ClipBound As Rectangle
public Rectangle ClipBound {get;}
bool isClipEmpty = (graphics.ClipBound == Rectangle.Empty);
Graphics Class Graphics Members