Click or drag to resize

GraphicsClipBounds Property

Gets the bounds of the clipping region

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public RectangleF ClipBounds { get; }

Property Value

Type: RectangleF
The clip bounds applied to drawing operations
Remarks
This rectangle will encompass all parts of the clipping region, which may not be rectangular in shape
See Also