Click or drag to resize

StiCurveGeom Constructor

Initializes a new instance of the StiCurveGeom class

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

Parameters

pen
Type: Stimulsoft.Base.ContextStiPenGeom

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

points
Type: System.DrawingPointF

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

tension
Type: SystemSingle

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

See Also