You are here: Symbol Reference > Stimulsoft.Base.Indicator Namespace > StiGraphicsPathIndicatorGeom Class > StiGraphicsPathIndicatorGeom Members
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
StiGraphicsPathIndicatorGeom Members

The following tables list the members exposed by StiGraphicsPathIndicatorGeom.

 
Name 
Description 
 
public void AddGraphicsPathArcGaugeGeom(float x, float y, float width, float height, float startAngle, float sweepAngle) { if (width > 0 && height > 0) this.geoms.Add(new StiGraphicsPathArcGaugeGeom(x, y, width, height, startAngle, sweepAngle)); 
 
This is AddGraphicsPathLinesGaugeGeom, a member of class StiGraphicsPathIndicatorGeom. 
 
public void AddGraphicsPathLineGaugeGeom(PointF p1, PointF p2) { this.geoms.Add(new StiGraphicsPathLineGaugeGeom(p1, p2)); 
 
Name 
Description 
 
This is Background, a member of class StiGraphicsPathIndicatorGeom. 
 
This is BorderBrush, a member of class StiGraphicsPathIndicatorGeom. 
 
This is BorderWidth, a member of class StiGraphicsPathIndicatorGeom. 
 
Rect 
This is Rect, a member of class StiGraphicsPathIndicatorGeom. 
 
This is StartPoint, a member of class StiGraphicsPathIndicatorGeom. 
 
Name 
Description 
 
This is Geoms, a member of class StiGraphicsPathIndicatorGeom. 
 
Type 
This is Type, a member of class StiGraphicsPathIndicatorGeom. 
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.