Click or drag to resize

StiPieSegmentAnimation Constructor

Initializes a new instance of the StiPieSegmentAnimation class

Namespace:  Stimulsoft.Base.Context.Animation
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiPieSegmentAnimation(
	RectangleF rectFrom,
	float startAngleFrom,
	float sweepAngleFrom,
	TimeSpan duration,
	Nullable<TimeSpan> beginTime
)

Parameters

rectFrom
Type: System.DrawingRectangleF

[Missing <param name="rectFrom"/> documentation for "M:Stimulsoft.Base.Context.Animation.StiPieSegmentAnimation.#ctor(System.Drawing.RectangleF,System.Single,System.Single,System.TimeSpan,System.Nullable{System.TimeSpan})"]

startAngleFrom
Type: SystemSingle

[Missing <param name="startAngleFrom"/> documentation for "M:Stimulsoft.Base.Context.Animation.StiPieSegmentAnimation.#ctor(System.Drawing.RectangleF,System.Single,System.Single,System.TimeSpan,System.Nullable{System.TimeSpan})"]

sweepAngleFrom
Type: SystemSingle

[Missing <param name="sweepAngleFrom"/> documentation for "M:Stimulsoft.Base.Context.Animation.StiPieSegmentAnimation.#ctor(System.Drawing.RectangleF,System.Single,System.Single,System.TimeSpan,System.Nullable{System.TimeSpan})"]

duration
Type: SystemTimeSpan

[Missing <param name="duration"/> documentation for "M:Stimulsoft.Base.Context.Animation.StiPieSegmentAnimation.#ctor(System.Drawing.RectangleF,System.Single,System.Single,System.TimeSpan,System.Nullable{System.TimeSpan})"]

beginTime
Type: SystemNullableTimeSpan

[Missing <param name="beginTime"/> documentation for "M:Stimulsoft.Base.Context.Animation.StiPieSegmentAnimation.#ctor(System.Drawing.RectangleF,System.Single,System.Single,System.TimeSpan,System.Nullable{System.TimeSpan})"]

See Also