Click or drag to resize

StiContext Constructor

Initializes a new instance of the StiContext class

Namespace:  Stimulsoft.Base.Context
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiContext(
	StiContextPainter contextPainter,
	bool isGdi,
	bool isWpf,
	bool isPrinting,
	float zoom
)

Parameters

contextPainter
Type: Stimulsoft.Base.ContextStiContextPainter

[Missing <param name="contextPainter"/> documentation for "M:Stimulsoft.Base.Context.StiContext.#ctor(Stimulsoft.Base.Context.StiContextPainter,System.Boolean,System.Boolean,System.Boolean,System.Single)"]

isGdi
Type: SystemBoolean

[Missing <param name="isGdi"/> documentation for "M:Stimulsoft.Base.Context.StiContext.#ctor(Stimulsoft.Base.Context.StiContextPainter,System.Boolean,System.Boolean,System.Boolean,System.Single)"]

isWpf
Type: SystemBoolean

[Missing <param name="isWpf"/> documentation for "M:Stimulsoft.Base.Context.StiContext.#ctor(Stimulsoft.Base.Context.StiContextPainter,System.Boolean,System.Boolean,System.Boolean,System.Single)"]

isPrinting
Type: SystemBoolean

[Missing <param name="isPrinting"/> documentation for "M:Stimulsoft.Base.Context.StiContext.#ctor(Stimulsoft.Base.Context.StiContextPainter,System.Boolean,System.Boolean,System.Boolean,System.Single)"]

zoom
Type: SystemSingle

[Missing <param name="zoom"/> documentation for "M:Stimulsoft.Base.Context.StiContext.#ctor(Stimulsoft.Base.Context.StiContextPainter,System.Boolean,System.Boolean,System.Boolean,System.Single)"]

See Also