Click or drag to resize

StiLinesAnimationGeom Constructor

Initializes a new instance of the StiLinesAnimationGeom class

Namespace:  Stimulsoft.Base.Context
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiLinesAnimationGeom(
	StiPenGeom pen,
	PointF[] points,
	StiAnimation animation
)

Parameters

pen
Type: Stimulsoft.Base.ContextStiPenGeom

[Missing <param name="pen"/> documentation for "M:Stimulsoft.Base.Context.StiLinesAnimationGeom.#ctor(Stimulsoft.Base.Context.StiPenGeom,System.Drawing.PointF[],Stimulsoft.Base.Context.Animation.StiAnimation)"]

points
Type: System.DrawingPointF

[Missing <param name="points"/> documentation for "M:Stimulsoft.Base.Context.StiLinesAnimationGeom.#ctor(Stimulsoft.Base.Context.StiPenGeom,System.Drawing.PointF[],Stimulsoft.Base.Context.Animation.StiAnimation)"]

animation
Type: Stimulsoft.Base.Context.AnimationStiAnimation

[Missing <param name="animation"/> documentation for "M:Stimulsoft.Base.Context.StiLinesAnimationGeom.#ctor(Stimulsoft.Base.Context.StiPenGeom,System.Drawing.PointF[],Stimulsoft.Base.Context.Animation.StiAnimation)"]

See Also