StiEllipseGeom Class
Namespace: Stimulsoft.Base.Context
Inheritance
Inherits from: StiGeom
Constructors
| Constructor | Description |
|---|---|
| StiEllipseGeom(StiBrush background, StiPenGeom borderPen, object rect, StiInteractionDataGeom interaction, int elementIndex) | |
| StiEllipseGeom(StiBrush background, StiPenGeom borderPen, object rect, StiInteractionDataGeom interaction, int elementIndex, string toolTip) |
StiEllipseGeom(background: StiBrush, borderPen: StiPenGeom, rect: object, interaction: StiInteractionDataGeom, elementIndex: int)
Parameters
- background (StiBrush)
- borderPen (StiPenGeom)
- rect (object)
- interaction (StiInteractionDataGeom)
- elementIndex (int)
StiEllipseGeom(background: StiBrush, borderPen: StiPenGeom, rect: object, interaction: StiInteractionDataGeom, elementIndex: int, toolTip: string)
Parameters
- background (StiBrush)
- borderPen (StiPenGeom)
- rect (object)
- interaction (StiInteractionDataGeom)
- elementIndex (int)
- toolTip (string)
Properties
| Property | Type | Description |
|---|---|---|
| Background | StiBrush | |
| BorderPen | StiPenGeom | |
| ElementIndex | int | |
| Interaction | StiInteractionDataGeom | |
| Rect | 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