PaintEventArgs Constructor |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public PaintEventArgs(
Graphics graphics,
RectangleF clipRectangle
)
Public Sub New (
graphics As Graphics,
clipRectangle As RectangleF
)
new :
graphics : Graphics *
clipRectangle : RectangleF -> PaintEventArgs
Parameters
- graphics
- Type: Eto.DrawingGraphics
Graphics for the paint event - clipRectangle
- Type: Eto.DrawingRectangleF
Rectangle of the region being painted
See Also