Click or drag to resize

StiRotationAnimation Constructor

Initializes a new instance of the StiRotationAnimation class

Namespace:  Stimulsoft.Base.Context.Animation
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiRotationAnimation(
	double startAngle,
	double endAngle,
	PointF centerPoint,
	TimeSpan duration,
	Nullable<TimeSpan> beginTime
)

Parameters

startAngle
Type: SystemDouble

[Missing <param name="startAngle"/> documentation for "M:Stimulsoft.Base.Context.Animation.StiRotationAnimation.#ctor(System.Double,System.Double,System.Drawing.PointF,System.TimeSpan,System.Nullable{System.TimeSpan})"]

endAngle
Type: SystemDouble

[Missing <param name="endAngle"/> documentation for "M:Stimulsoft.Base.Context.Animation.StiRotationAnimation.#ctor(System.Double,System.Double,System.Drawing.PointF,System.TimeSpan,System.Nullable{System.TimeSpan})"]

centerPoint
Type: System.DrawingPointF

[Missing <param name="centerPoint"/> documentation for "M:Stimulsoft.Base.Context.Animation.StiRotationAnimation.#ctor(System.Double,System.Double,System.Drawing.PointF,System.TimeSpan,System.Nullable{System.TimeSpan})"]

duration
Type: SystemTimeSpan

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

beginTime
Type: SystemNullableTimeSpan

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

See Also