Click or drag to resize

StiBorderGeom Constructor

Initializes a new instance of the StiBorderGeom class

Namespace:  Stimulsoft.Base.Context
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiBorderGeom(
	Object background,
	StiPenGeom borderPen,
	Object rect,
	StiInteractionDataGeom interaction,
	int elementIndex
)

Parameters

background
Type: SystemObject

[Missing <param name="background"/> documentation for "M:Stimulsoft.Base.Context.StiBorderGeom.#ctor(System.Object,Stimulsoft.Base.Context.StiPenGeom,System.Object,Stimulsoft.Base.Context.StiInteractionDataGeom,System.Int32)"]

borderPen
Type: Stimulsoft.Base.ContextStiPenGeom

[Missing <param name="borderPen"/> documentation for "M:Stimulsoft.Base.Context.StiBorderGeom.#ctor(System.Object,Stimulsoft.Base.Context.StiPenGeom,System.Object,Stimulsoft.Base.Context.StiInteractionDataGeom,System.Int32)"]

rect
Type: SystemObject

[Missing <param name="rect"/> documentation for "M:Stimulsoft.Base.Context.StiBorderGeom.#ctor(System.Object,Stimulsoft.Base.Context.StiPenGeom,System.Object,Stimulsoft.Base.Context.StiInteractionDataGeom,System.Int32)"]

interaction
Type: Stimulsoft.Base.ContextStiInteractionDataGeom

[Missing <param name="interaction"/> documentation for "M:Stimulsoft.Base.Context.StiBorderGeom.#ctor(System.Object,Stimulsoft.Base.Context.StiPenGeom,System.Object,Stimulsoft.Base.Context.StiInteractionDataGeom,System.Int32)"]

elementIndex
Type: SystemInt32

[Missing <param name="elementIndex"/> documentation for "M:Stimulsoft.Base.Context.StiBorderGeom.#ctor(System.Object,Stimulsoft.Base.Context.StiPenGeom,System.Object,Stimulsoft.Base.Context.StiInteractionDataGeom,System.Int32)"]

See Also