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
- jObject (JObject)
SaveToJsonObject
SaveToJsonObject(mode: StiJsonSaveMode): JObject
Parameters
- mode (StiJsonSaveMode)
Returns JObject