Click or drag to resize

StiScaleAnimation Constructor (Double, Double, Double, Double, Double, Double, TimeSpan, NullableTimeSpan)

Initializes a new instance of the StiScaleAnimation class

Namespace:  Stimulsoft.Base.Context.Animation
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiScaleAnimation(
	double StartScaleX,
	double EndScaleX,
	double StartScaleY,
	double EndScaleY,
	double centerX,
	double centerY,
	TimeSpan duration,
	Nullable<TimeSpan> beginTime
)

Parameters

StartScaleX
Type: SystemDouble

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

EndScaleX
Type: SystemDouble

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

StartScaleY
Type: SystemDouble

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

EndScaleY
Type: SystemDouble

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

centerX
Type: SystemDouble

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

centerY
Type: SystemDouble

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

duration
Type: SystemTimeSpan

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

beginTime
Type: SystemNullableTimeSpan

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

See Also