StiRoundedRectanglePrimitive Class
Namespace: Stimulsoft.Report.Components
Inheritance
Inherits from: StiRectanglePrimitive
Constructors
| Constructor | Description |
|---|---|
| StiRoundedRectanglePrimitive() | Creates a new StiRoundedRectanglePrimitive. |
| StiRoundedRectanglePrimitive(RectangleD rect) | Creates a new StiRoundedRectanglePrimitive. |
StiRoundedRectanglePrimitive()
Creates a new StiRoundedRectanglePrimitive.
StiRoundedRectanglePrimitive(rect: RectangleD)
Creates a new StiRoundedRectanglePrimitive.
Parameters
- rect (RectangleD) — The rectangle describes size and position of the component.
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