StiGaugeSvgHelper Class
Namespace: Stimulsoft.Report.Export
Methods
| Method | Returns | Description |
|---|---|---|
GetArcPath static |
string | |
WriteFillBrush static |
string | |
WriteGauge static (+1 overloads) |
void | |
WriteText static |
void |
Method Details
GetArcPath static
GetArcPath(rect: RectangleF, path_: string, startAngle: float, sweepAngle: double, isSetStartPoint: bool): string
Parameters
- rect (RectangleF)
- path_ (string)
- startAngle (float)
- sweepAngle (double)
- isSetStartPoint (bool)
Returns string
WriteFillBrush static
WriteFillBrush(writer: XmlTextWriter, brush: object, rect: RectangleF): string
Parameters
- writer (XmlTextWriter)
- brush (object)
- rect (RectangleF)
Returns string
WriteGauge static
WriteGauge(writer: XmlTextWriter, svgData: StiSvgData, zoom: float, needAnimation: bool, isStyleSample: bool, interaction: StiInteractionDataGeom, brushOver: StiBrush): void
Parameters
- writer (XmlTextWriter)
- svgData (StiSvgData)
- zoom (float)
- needAnimation (bool)
- isStyleSample (bool)
- interaction (StiInteractionDataGeom)
- brushOver (StiBrush)
WriteGauge(writer: XmlTextWriter, svgData: StiSvgData, needAnimation: bool, isStyleSample: bool, interaction: StiInteractionDataGeom, brushOver: StiBrush): void
Parameters
- writer (XmlTextWriter)
- svgData (StiSvgData)
- needAnimation (bool)
- isStyleSample (bool)
- interaction (StiInteractionDataGeom)
- brushOver (StiBrush)
WriteText static
WriteText(writer: XmlTextWriter, text: string, font: Font, foreground: StiBrush, pointF: PointF, size: float): void
Parameters