StiCurveGeom Class
Namespace: Stimulsoft.Base.Context
Inheritance
Inherits from: StiGeom
Constructors
| Constructor | Description |
|---|---|
| StiCurveGeom(StiPenGeom pen, PointFpoints , float tension) |
StiCurveGeom(pen: StiPenGeom, **: PointFpoints, **tension: float)
Parameters
- pen (StiPenGeom)
- ** (PointFpoints)
- tension (float)
Properties
| Property | Type | Description |
|---|---|---|
| Pen | StiPenGeom | |
| 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