Click or drag to resize

StiColumnAnimation Constructor

Initializes a new instance of the StiColumnAnimation class

Namespace:  Stimulsoft.Base.Context.Animation
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiColumnAnimation(
	Nullable<double> valueFrom,
	RectangleF rectFrom,
	TimeSpan duration,
	Nullable<TimeSpan> beginTime
)

Parameters

valueFrom
Type: SystemNullableDouble

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

rectFrom
Type: System.DrawingRectangleF

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

duration
Type: SystemTimeSpan

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

beginTime
Type: SystemNullableTimeSpan

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

See Also