StiLinesSegmentGeom Class
Namespace: Stimulsoft.Base.Context
Inheritance
Inherits from: StiSegmentGeom
Constructors
| Constructor | Description |
|---|---|
| StiLinesSegmentGeom(PointFpoints ) | |
| StiLinesSegmentGeom(PointFpoints , StiAnimation animation) |
StiLinesSegmentGeom(**: PointFpoints)
Parameters
- ** (PointFpoints)
StiLinesSegmentGeom(**: PointFpoints, **animation: StiAnimation)
Parameters
- ** (PointFpoints)
- animation (StiAnimation)
Properties
| Property | Type | Description |
|---|---|---|
| Animation | StiAnimation | |
| 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