Click or drag to resize

StiArcSegmentGeom Constructor

Initializes a new instance of the StiArcSegmentGeom class

Namespace:  Stimulsoft.Base.Context
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiArcSegmentGeom(
	RectangleF rect,
	float startAngle,
	float sweepAngle
)

Parameters

rect
Type: System.DrawingRectangleF

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

startAngle
Type: SystemSingle

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

sweepAngle
Type: SystemSingle

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

See Also