StiShadowGeom Class

Namespace: Stimulsoft.Base.Context

Inheritance

Inherits from: StiGeom

Constructors

Constructor Description
StiShadowGeom(StiContext shadowContext, RectangleF rect, float radius)  

StiShadowGeom(shadowContext: StiContext, rect: RectangleF, radius: float)

Parameters

  • shadowContext (StiContext)
  • rect (RectangleF)
  • radius (float)

Properties

Property Type Description
Radius float  
Rect RectangleF  
ShadowContext StiContext  

Methods

Method Returns Description
LoadFromJsonObject void  
SaveToJsonObject JObject  

Method Details

LoadFromJsonObject

LoadFromJsonObject(jObject: JObject): void

Parameters


SaveToJsonObject

SaveToJsonObject(mode: StiJsonSaveMode): JObject

Parameters

Returns JObject