StiLineGeom Class

Namespace: Stimulsoft.Base.Context

Inheritance

Inherits from: StiGeom

Constructors

Constructor Description
StiLineGeom(StiPenGeom pen, float x1, float y1, float x2, float y2)  

StiLineGeom(pen: StiPenGeom, x1: float, y1: float, x2: float, y2: float)

Parameters

  • pen (StiPenGeom)
  • x1 (float)
  • y1 (float)
  • x2 (float)
  • y2 (float)

Properties

Property Type Description
Pen StiPenGeom  
X1 float  
X2 float  
Y1 float  
Y2 float  

Methods

Method Returns Description
LoadFromJsonObject void  
SaveToJsonObject JObject  

Method Details

LoadFromJsonObject

LoadFromJsonObject(jObject: JObject): void

Parameters


SaveToJsonObject

SaveToJsonObject(mode: StiJsonSaveMode): JObject

Parameters

Returns JObject