StiDrawingHelper Class
Namespace: Stimulsoft.Report.Gauge.Helpers
Methods
| Method | Returns | Description |
|---|---|---|
GetArcGeometry static |
GraphicsPath | |
GetRoundedPath static |
GraphicsPath |
Method Details
GetArcGeometry static
GetArcGeometry(rect: RectangleF, startAngle: float, sweepAngle: float, startWidth: float, endWidth: float): GraphicsPath
Parameters
- rect (RectangleF)
- startAngle (float)
- sweepAngle (float)
- startWidth (float)
- endWidth (float)
Returns GraphicsPath
GetRoundedPath static
GetRoundedPath(rect: RectangleF, offset: int, leftTop: int, rightTop: int, rightBottom: int, leftBottom: int): GraphicsPath
Parameters
- rect (RectangleF)
- offset (int)
- leftTop (int)
- rightTop (int)
- rightBottom (int)
- leftBottom (int)
Returns GraphicsPath