Click or drag to resize

StiTranslationAnimation Constructor (PointF, PointF, TimeSpan, NullableTimeSpan)

Initializes a new instance of the StiTranslationAnimation class

Namespace:  Stimulsoft.Base.Context.Animation
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiTranslationAnimation(
	PointF startPoint,
	PointF endPoint,
	TimeSpan duration,
	Nullable<TimeSpan> beginTime
)

Parameters

startPoint
Type: System.DrawingPointF

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

endPoint
Type: System.DrawingPointF

[Missing <param name="endPoint"/> documentation for "M:Stimulsoft.Base.Context.Animation.StiTranslationAnimation.#ctor(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.StiTranslationAnimation.#ctor(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.StiTranslationAnimation.#ctor(System.Drawing.PointF,System.Drawing.PointF,System.TimeSpan,System.Nullable{System.TimeSpan})"]

See Also