Click or drag to resize

PaintEventArgs Constructor

Initializes a new instance of the PaintEventArgs class.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public PaintEventArgs(
	Graphics graphics,
	RectangleF clipRectangle
)

Parameters

graphics
Type: Eto.DrawingGraphics
Graphics for the paint event
clipRectangle
Type: Eto.DrawingRectangleF
Rectangle of the region being painted
See Also