Click or drag to resize

StiPathElementAnimationGeom Constructor (Object, StiPenGeom, ListStiSegmentGeom, Object, String, Object, StiAnimation, StiInteractionDataGeom)

Initializes a new instance of the StiPathElementAnimationGeom class

Namespace:  Stimulsoft.Base.Context
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiPathElementAnimationGeom(
	Object background,
	StiPenGeom borderPen,
	List<StiSegmentGeom> pathGeoms,
	Object rect,
	string toolTip,
	Object tag,
	StiAnimation animation,
	StiInteractionDataGeom interaction
)

Parameters

background
Type: SystemObject

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

borderPen
Type: Stimulsoft.Base.ContextStiPenGeom

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

pathGeoms
Type: System.Collections.GenericListStiSegmentGeom

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

rect
Type: SystemObject

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

toolTip
Type: SystemString

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

tag
Type: SystemObject

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

animation
Type: Stimulsoft.Base.Context.AnimationStiAnimation

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

interaction
Type: Stimulsoft.Base.ContextStiInteractionDataGeom

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

See Also