Click or drag to resize

PaintEventArgsClipRectangle Property

Gets the rectangle of the region being painted

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

Property Value

Type: RectangleF
The clip rectangle for the current paint operation
Remarks
This should be used to optimize what is drawn by only drawing content that intersects with this rectangle.
See Also