StiLinesAnimationGeom Class
Namespace: Stimulsoft.Base.Context
Inheritance
Inherits from: StiAnimationGeom
Constructors
| Constructor | Description |
|---|---|
| StiLinesAnimationGeom(StiPenGeom pen, PointFpoints , StiAnimation animation) |
StiLinesAnimationGeom(pen: StiPenGeom, **: PointFpoints, **animation: StiAnimation)
Parameters
- pen (StiPenGeom)
- ** (PointFpoints)
- animation (StiAnimation)
Properties
| Property | Type | Description |
|---|---|---|
| Pen | StiPenGeom | |
| Points | PointF[] |
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