Click or drag to resize

StiLinesGeom Constructor

Initializes a new instance of the StiLinesGeom class

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

Parameters

pen
Type: Stimulsoft.Base.ContextStiPenGeom

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

points
Type: System.DrawingPointF

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

See Also