Click or drag to resize

StiPageContextPaintEventArgs Constructor

Initializes a new instance of the StiPageContextPaintEventArgs class

Namespace:  Stimulsoft.Report.Events
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiPageContextPaintEventArgs(
	Object context,
	Rectangle clipRectangle,
	Rectangle clientRectangle,
	Rectangle fullRectangle,
	bool isPrinting,
	bool isDesigning
)

Parameters

context
Type: SystemObject

[Missing <param name="context"/> documentation for "M:Stimulsoft.Report.Events.StiPageContextPaintEventArgs.#ctor(System.Object,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.StiPageContextPaintEventArgs.#ctor(System.Object,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.StiPageContextPaintEventArgs.#ctor(System.Object,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.StiPageContextPaintEventArgs.#ctor(System.Object,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.StiPageContextPaintEventArgs.#ctor(System.Object,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.StiPageContextPaintEventArgs.#ctor(System.Object,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Boolean,System.Boolean)"]

See Also