Show / Hide Table of Contents

Class PagePaintEventArgs

Contains event data for the PagePaint event.

Inheritance
System.Object
System.EventArgs
PageEventArgs
PagePaintEventArgs
Inherited Members
PageEventArgs.Page
Namespace: Manina.Windows.Forms
Assembly: PagedControl.dll
Syntax
public class PagePaintEventArgs : PageEventArgs

Constructors

| Improve this Doc View Source

PagePaintEventArgs(Graphics, Page)

Declaration
public PagePaintEventArgs(Graphics graphics, Page page)
Parameters
Type Name Description
System.Drawing.Graphics graphics
Page page

Properties

| Improve this Doc View Source

Graphics

Gets the graphics used to paint.

Declaration
public Graphics Graphics { get; }
Property Value
Type Description
System.Drawing.Graphics
Back to top Copyright © 2018 Özgür Özçıtak