Click or drag to resize

StiPathGeom Constructor

Initializes a new instance of the StiPathGeom class

Namespace:  Stimulsoft.Base.Context
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiPathGeom(
	Object background,
	StiPenGeom pen,
	List<StiSegmentGeom> geoms,
	Object rect,
	StiInteractionDataGeom interaction,
	int elementIndex
)

Parameters

background
Type: SystemObject

[Missing <param name="background"/> documentation for "M:Stimulsoft.Base.Context.StiPathGeom.#ctor(System.Object,Stimulsoft.Base.Context.StiPenGeom,System.Collections.Generic.List{Stimulsoft.Base.Context.StiSegmentGeom},System.Object,Stimulsoft.Base.Context.StiInteractionDataGeom,System.Int32)"]

pen
Type: Stimulsoft.Base.ContextStiPenGeom

[Missing <param name="pen"/> documentation for "M:Stimulsoft.Base.Context.StiPathGeom.#ctor(System.Object,Stimulsoft.Base.Context.StiPenGeom,System.Collections.Generic.List{Stimulsoft.Base.Context.StiSegmentGeom},System.Object,Stimulsoft.Base.Context.StiInteractionDataGeom,System.Int32)"]

geoms
Type: System.Collections.GenericListStiSegmentGeom

[Missing <param name="geoms"/> documentation for "M:Stimulsoft.Base.Context.StiPathGeom.#ctor(System.Object,Stimulsoft.Base.Context.StiPenGeom,System.Collections.Generic.List{Stimulsoft.Base.Context.StiSegmentGeom},System.Object,Stimulsoft.Base.Context.StiInteractionDataGeom,System.Int32)"]

rect
Type: SystemObject

[Missing <param name="rect"/> documentation for "M:Stimulsoft.Base.Context.StiPathGeom.#ctor(System.Object,Stimulsoft.Base.Context.StiPenGeom,System.Collections.Generic.List{Stimulsoft.Base.Context.StiSegmentGeom},System.Object,Stimulsoft.Base.Context.StiInteractionDataGeom,System.Int32)"]

interaction
Type: Stimulsoft.Base.ContextStiInteractionDataGeom

[Missing <param name="interaction"/> documentation for "M:Stimulsoft.Base.Context.StiPathGeom.#ctor(System.Object,Stimulsoft.Base.Context.StiPenGeom,System.Collections.Generic.List{Stimulsoft.Base.Context.StiSegmentGeom},System.Object,Stimulsoft.Base.Context.StiInteractionDataGeom,System.Int32)"]

elementIndex
Type: SystemInt32

[Missing <param name="elementIndex"/> documentation for "M:Stimulsoft.Base.Context.StiPathGeom.#ctor(System.Object,Stimulsoft.Base.Context.StiPenGeom,System.Collections.Generic.List{Stimulsoft.Base.Context.StiSegmentGeom},System.Object,Stimulsoft.Base.Context.StiInteractionDataGeom,System.Int32)"]

See Also