Click or drag to resize

StiShadowAnimationGeom Constructor (RectangleF, Int32, StiAnimation)

Initializes a new instance of the StiShadowAnimationGeom class

Namespace:  Stimulsoft.Base.Context
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiShadowAnimationGeom(
	RectangleF rect,
	int shadowWidth,
	StiAnimation animation
)

Parameters

rect
Type: System.DrawingRectangleF

[Missing <param name="rect"/> documentation for "M:Stimulsoft.Base.Context.StiShadowAnimationGeom.#ctor(System.Drawing.RectangleF,System.Int32,Stimulsoft.Base.Context.Animation.StiAnimation)"]

shadowWidth
Type: SystemInt32

[Missing <param name="shadowWidth"/> documentation for "M:Stimulsoft.Base.Context.StiShadowAnimationGeom.#ctor(System.Drawing.RectangleF,System.Int32,Stimulsoft.Base.Context.Animation.StiAnimation)"]

animation
Type: Stimulsoft.Base.Context.AnimationStiAnimation

[Missing <param name="animation"/> documentation for "M:Stimulsoft.Base.Context.StiShadowAnimationGeom.#ctor(System.Drawing.RectangleF,System.Int32,Stimulsoft.Base.Context.Animation.StiAnimation)"]

See Also