Click or drag to resize

StiLinesSegmentGeom Constructor (PointF, StiAnimation)

Initializes a new instance of the StiLinesSegmentGeom class

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

Parameters

points
Type: System.DrawingPointF

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

animation
Type: Stimulsoft.Base.Context.AnimationStiAnimation

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

See Also