Click or drag to resize

StiLabelAnimation Constructor (NullableDouble, NullableDouble, PointF, PointF, TimeSpan, NullableTimeSpan)

Initializes a new instance of the StiLabelAnimation class

Namespace:  Stimulsoft.Base.Context.Animation
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiLabelAnimation(
	Nullable<double> valueFrom,
	Nullable<double> value,
	PointF pointFrom,
	PointF point,
	TimeSpan duration,
	Nullable<TimeSpan> beginTime
)

Parameters

valueFrom
Type: SystemNullableDouble

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

value
Type: SystemNullableDouble

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

pointFrom
Type: System.DrawingPointF

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

point
Type: System.DrawingPointF

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

duration
Type: SystemTimeSpan

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

beginTime
Type: SystemNullableTimeSpan

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

See Also