Click or drag to resize

StiContextDrawCurve Method

[Missing <summary> documentation for "M:Stimulsoft.Base.Context.StiContext.DrawCurve(Stimulsoft.Base.Context.StiPenGeom,System.Drawing.PointF[],System.Single)"]

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

Parameters

pen
Type: Stimulsoft.Base.ContextStiPenGeom

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

points
Type: System.DrawingPointF

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

tension
Type: SystemSingle

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

See Also