Click or drag to resize

StiShadowAnimationGeom Constructor (RectangleF, Double, Double, 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,
	double radiusX,
	double radiusY,
	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.Double,System.Double,System.Int32,Stimulsoft.Base.Context.Animation.StiAnimation)"]

radiusX
Type: SystemDouble

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

radiusY
Type: SystemDouble

[Missing <param name="radiusY"/> documentation for "M:Stimulsoft.Base.Context.StiShadowAnimationGeom.#ctor(System.Drawing.RectangleF,System.Double,System.Double,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.Double,System.Double,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.Double,System.Double,System.Int32,Stimulsoft.Base.Context.Animation.StiAnimation)"]

See Also