| GraphicsClipBounds Property  | 
 
            Gets the bounds of the clipping region
            
 
    Namespace: 
   Eto.Drawing
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic RectangleF ClipBounds { get; }Public ReadOnly Property ClipBounds As RectangleF
	Get
member ClipBounds : RectangleF with get
Property Value
Type: 
RectangleFThe clip bounds applied to drawing operations
 Remarks
Remarks
            This rectangle will encompass all parts of the clipping region, which may not be rectangular in shape
            
 See Also
See Also