Class PagePaintEventArgs
Contains event data for the PagePaint event.
Inherited Members
Namespace: Manina.Windows.Forms
Assembly: PagedControl.dll
Syntax
public class PagePaintEventArgs : PageEventArgs
Constructors
| Improve this Doc View SourcePagePaintEventArgs(Graphics, Page)
Declaration
public PagePaintEventArgs(Graphics graphics, Page page)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Graphics | graphics | |
Page | page |
Properties
| Improve this Doc View SourceGraphics
Gets the graphics used to paint.
Declaration
public Graphics Graphics { get; }
Property Value
Type | Description |
---|---|
System.Drawing.Graphics |