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; }
Public ReadOnly Property ClipRectangle As RectangleF
Get
member ClipRectangle : RectangleF with get
Property Value
Type:
RectangleFThe 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