PaintEventArgsGraphics Property |
Gets the graphics for the paint operation
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Graphics Graphics { get; }
Public ReadOnly Property Graphics As Graphics
Get
member Graphics : Graphics with get
Property Value
Type:
GraphicsThe graphics.
See Also