Click or drag to resize

StiPagePaintEventArgs Constructor

Initializes a new instance of the StiPagePaintEventArgs class

Namespace:  Stimulsoft.Report.Events
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiPagePaintEventArgs(
	Graphics graphics,
	Rectangle clipRectangle,
	Rectangle clientRectangle,
	Rectangle fullRectangle,
	bool isPrinting,
	bool isDesigning
)

Parameters

graphics
Type: System.DrawingGraphics

[Missing <param name="graphics"/> documentation for "M:Stimulsoft.Report.Events.StiPagePaintEventArgs.#ctor(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Boolean,System.Boolean)"]

clipRectangle
Type: System.DrawingRectangle

[Missing <param name="clipRectangle"/> documentation for "M:Stimulsoft.Report.Events.StiPagePaintEventArgs.#ctor(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Boolean,System.Boolean)"]

clientRectangle
Type: System.DrawingRectangle

[Missing <param name="clientRectangle"/> documentation for "M:Stimulsoft.Report.Events.StiPagePaintEventArgs.#ctor(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Boolean,System.Boolean)"]

fullRectangle
Type: System.DrawingRectangle

[Missing <param name="fullRectangle"/> documentation for "M:Stimulsoft.Report.Events.StiPagePaintEventArgs.#ctor(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Boolean,System.Boolean)"]

isPrinting
Type: SystemBoolean

[Missing <param name="isPrinting"/> documentation for "M:Stimulsoft.Report.Events.StiPagePaintEventArgs.#ctor(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Boolean,System.Boolean)"]

isDesigning
Type: SystemBoolean

[Missing <param name="isDesigning"/> documentation for "M:Stimulsoft.Report.Events.StiPagePaintEventArgs.#ctor(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Boolean,System.Boolean)"]

See Also