Click or drag to resize

PaintEventArgs Class

Event arguments when painting using the Paint event
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class PaintEventArgs : EventArgs

The PaintEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodPaintEventArgs
Initializes a new instance of the PaintEventArgs class.
Top
Properties
  NameDescription
Public propertyClipRectangle
Gets the rectangle of the region being painted
Public propertyGraphics
Gets the graphics for the paint operation
Top
See Also