StiPathGeom Class
Namespace: Stimulsoft.Base.Context
Inheritance
Inherits from: StiGeom
Constructors
| Constructor | Description |
|---|---|
| StiPathGeom(StiBrush background, StiPenGeom pen, List<StiSegmentGeom> geoms, object rect, StiInteractionDataGeom interaction, int elementIndex, object tag) | |
| StiPathGeom(StiBrush background, StiPenGeom pen, List<StiSegmentGeom> geoms, object rect, StiInteractionDataGeom interaction, int elementIndex, string toolTip, object tag) |
StiPathGeom(background: StiBrush, pen: StiPenGeom, geoms: List<StiSegmentGeom>, rect: object, interaction: StiInteractionDataGeom, elementIndex: int, tag: object)
Parameters
- background (StiBrush)
- pen (StiPenGeom)
- geoms (List<StiSegmentGeom>)
- rect (object)
- interaction (StiInteractionDataGeom)
- elementIndex (int)
- tag (object)
StiPathGeom(background: StiBrush, pen: StiPenGeom, geoms: List<StiSegmentGeom>, rect: object, interaction: StiInteractionDataGeom, elementIndex: int, toolTip: string, tag: object)
Parameters
- background (StiBrush)
- pen (StiPenGeom)
- geoms (List<StiSegmentGeom>)
- rect (object)
- interaction (StiInteractionDataGeom)
- elementIndex (int)
- toolTip (string)
- tag (object)
Properties
| Property | Type | Description |
|---|---|---|
| Background | StiBrush | |
| ElementIndex | int | |
| Geoms | List<StiSegmentGeom> | |
GetBoundsState static |
object | |
| Interaction | StiInteractionDataGeom | |
| Pen | StiPenGeom | |
| Rect | object | |
| Tag | object | |
| ToolTip | string |
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