StiCurveSegmentGeom Class
Namespace: Stimulsoft.Base.Context
Inheritance
Inherits from: StiSegmentGeom
Constructors
| Constructor | Description |
|---|---|
| StiCurveSegmentGeom(PointFpoints , float tension) | |
| StiCurveSegmentGeom(PointFpoints , float tension, StiAnimation animation) |
StiCurveSegmentGeom(**: PointFpoints, **tension: float)
Parameters
- ** (PointFpoints)
- tension (float)
StiCurveSegmentGeom(**: PointFpoints, **tension: float, animation: StiAnimation)
Parameters
- ** (PointFpoints)
- tension (float)
- animation (StiAnimation)
Properties
| Property | Type | Description |
|---|---|---|
| Animation | StiAnimation | |
| Points | PointF[] | |
| Tension | float |
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