StiLinePrimitive Class

Namespace: Stimulsoft.Report.Components

Inheritance

Inherits from: StiPrimitive

Constructors

Constructor Description
StiLinePrimitive() Creates a new StiLinePrimitive.
StiLinePrimitive(RectangleD rect) Creates a new StiLinePrimitive.

StiLinePrimitive()

Creates a new StiLinePrimitive.


StiLinePrimitive(rect: RectangleD)

Creates a new StiLinePrimitive.

Parameters

  • rect (RectangleD) — The rectangle describes size and position of the component.

Properties

Property Type Description
Color Color  
Size float  
Style StiPenStyle  

Methods

Method Returns Description
LoadFromJsonObject void  
SaveToJsonObject JObject  

Method Details

LoadFromJsonObject

LoadFromJsonObject(jObject: JObject): void

Parameters


SaveToJsonObject

SaveToJsonObject(mode: StiJsonSaveMode): JObject

Parameters

Returns JObject