Click or drag to resize

StiPieSegmentGeom Constructor

Initializes a new instance of the StiPieSegmentGeom class

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

Parameters

rect
Type: System.DrawingRectangleF

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

startAngle
Type: SystemSingle

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

sweepAngle
Type: SystemSingle

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

animation
Type: Stimulsoft.Base.Context.AnimationStiAnimation

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

See Also