StiRoundedRectangleShapeType Class
Namespace: Stimulsoft.Report.Components.ShapeTypes
Inheritance
Inherits from: StiShapeTypeService
Constructors
| Constructor | Description |
|---|---|
| StiRoundedRectangleShapeType() | Creates a new rounded rectangle. |
| StiRoundedRectangleShapeType(float round) | Creates a new rounded rectangle with the specified factor of rounding. |
StiRoundedRectangleShapeType()
Creates a new rounded rectangle.
StiRoundedRectangleShapeType(round: float)
Creates a new rounded rectangle with the specified factor of rounding.
Parameters
- round (float) — Factor of rounding.
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