Click or drag to resize

StiLineSegmentGeom Constructor (PointF, PointF)

Initializes a new instance of the StiLineSegmentGeom class

Namespace:  Stimulsoft.Base.Context
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiLineSegmentGeom(
	PointF start,
	PointF end
)

Parameters

start
Type: System.DrawingPointF

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

end
Type: System.DrawingPointF

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

See Also