Click or drag to resize

StiCurveSegmentGeom Constructor (PointF, Single)

Initializes a new instance of the StiCurveSegmentGeom class

Namespace:  Stimulsoft.Base.Context
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiCurveSegmentGeom(
	PointF[] points,
	float tension
)

Parameters

points
Type: System.DrawingPointF

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

tension
Type: SystemSingle

[Missing <param name="tension"/> documentation for "M:Stimulsoft.Base.Context.StiCurveSegmentGeom.#ctor(System.Drawing.PointF[],System.Single)"]

See Also