StiPrimitive Class
Namespace: Stimulsoft.Report.Components
Inheritance
Inherits from: StiComponent
Constructors
| Constructor | Description |
|---|---|
| StiPrimitive() | Creates a new StiPrimitive. |
| StiPrimitive(RectangleD rect) | Creates a new StiPrimitive. |
StiPrimitive()
Creates a new StiPrimitive.
StiPrimitive(rect: RectangleD)
Creates a new StiPrimitive.
Parameters
- rect (RectangleD) — The rectangle describes size and position of the component.
Methods
| Method | Returns | Description |
|---|---|---|
| SaveToJsonObject | JObject |
Method Details
SaveToJsonObject
SaveToJsonObject(mode: StiJsonSaveMode): JObject
Parameters
- mode (StiJsonSaveMode)
Returns JObject