StiLineSegmentGeom Class

Namespace: Stimulsoft.Base.Context

Inheritance

Inherits from: StiSegmentGeom

Constructors

Constructor Description
StiLineSegmentGeom(PointF start, PointF end)  
StiLineSegmentGeom(PointF start, PointF end, StiAnimation animation)  
StiLineSegmentGeom(float x1, float y1, float x2, float y2)  

StiLineSegmentGeom(start: PointF, end: PointF)

Parameters

  • start (PointF)
  • end (PointF)

StiLineSegmentGeom(start: PointF, end: PointF, animation: StiAnimation)

Parameters


StiLineSegmentGeom(x1: float, y1: float, x2: float, y2: float)

Parameters

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

Properties

Property Type Description
Animation StiAnimation  
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