StiPieSegmentGeom Class

Namespace: Stimulsoft.Base.Context

Inheritance

Inherits from: StiSegmentGeom

Constructors

Constructor Description
StiPieSegmentGeom(RectangleF rect, float startAngle, float sweepAngle, StiAnimation animation)  
StiPieSegmentGeom(RectangleF rect, float startAngle, float sweepAngle, float realStartAngle, float realSweepAngle, StiAnimation animation)  

StiPieSegmentGeom(rect: RectangleF, startAngle: float, sweepAngle: float, animation: StiAnimation)

Parameters

  • rect (RectangleF)
  • startAngle (float)
  • sweepAngle (float)
  • animation (StiAnimation)

StiPieSegmentGeom(rect: RectangleF, startAngle: float, sweepAngle: float, realStartAngle: float, realSweepAngle: float, animation: StiAnimation)

Parameters

  • rect (RectangleF)
  • startAngle (float)
  • sweepAngle (float)
  • realStartAngle (float)
  • realSweepAngle (float)
  • animation (StiAnimation)

Properties

Property Type Description
Animation StiAnimation  
CrossElipseDraw bool  
RealStartAngle float?  
RealSweepAngle float?  
Rect RectangleF  
StartAngle float  
SweepAngle 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

Fields

Field Type Description
EndAngle float