GraphicsIHandlerClipBounds Property |
Gets the bounds of the clipping region
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax RectangleF ClipBounds { get; }
ReadOnly Property ClipBounds As RectangleF
Get
abstract ClipBounds : RectangleF with get
Property Value
Type:
RectangleFThe 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