StiShadowAnimationGeom Class

Namespace: Stimulsoft.Base.Context

Inheritance

Inherits from: StiAnimationGeom

Constructors

Constructor Description
StiShadowAnimationGeom(RectangleF rect, int shadowWidth, StiCornerRadius cornerRadius, StiAnimation animation)  
StiShadowAnimationGeom(RectangleF rect, double radiusX, double radiusY, int shadowWidth, StiAnimation animation)  

StiShadowAnimationGeom(rect: RectangleF, shadowWidth: int, cornerRadius: StiCornerRadius, animation: StiAnimation)

Parameters

  • rect (RectangleF)
  • shadowWidth (int)
  • cornerRadius (StiCornerRadius)
  • animation (StiAnimation)

StiShadowAnimationGeom(rect: RectangleF, radiusX: double, radiusY: double, shadowWidth: int, animation: StiAnimation)

Parameters

  • rect (RectangleF)
  • radiusX (double)
  • radiusY (double)
  • shadowWidth (int)
  • animation (StiAnimation)

Properties

Property Type Description
CornerRadius StiCornerRadius  
RadiusX double  
RadiusY double  
Rect RectangleF  
ShadowWidth int  

Methods

Method Returns Description
LoadFromJsonObject void  
SaveToJsonObject JObject  

Method Details

LoadFromJsonObject

LoadFromJsonObject(jObject: JObject): void

Parameters


SaveToJsonObject

SaveToJsonObject(mode: StiJsonSaveMode): JObject

Parameters

Returns JObject