StiLineSegmentGeom Class
Namespace: Stimulsoft.Base.Context
Inheritance
Inherits from: StiSegmentGeom
Constructors
| Constructor | Description |
|---|---|
| StiLineSegmentGeom(PointF start, PointF end) | |
| StiLineSegmentGeom(PointF start, PointF end, StiAnimation animation) | |
| StiLineSegmentGeom(float x1, float y1, float x2, float y2) |
StiLineSegmentGeom(start: PointF, end: PointF)
Parameters
- start (PointF)
- end (PointF)
StiLineSegmentGeom(start: PointF, end: PointF, animation: StiAnimation)
Parameters
- start (PointF)
- end (PointF)
- animation (StiAnimation)
StiLineSegmentGeom(x1: float, y1: float, x2: float, y2: float)
Parameters
- x1 (float)
- y1 (float)
- x2 (float)
- y2 (float)
Properties
| Property | Type | Description |
|---|---|---|
| Animation | StiAnimation | |
| X1 | float | |
| X2 | float | |
| Y1 | float | |
| Y2 | 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