[]
public interface IRenderEngine
| Name | Description |
|---|---|
| DrawDonutSegment(double, double, double, double, double, double, bool) | Draws donut segment at specified point. |
| DrawEllipse(double, double, double, double) | Draw ellipse with currect stroke and fill. |
| DrawImage(object, double, double, double, double) | Draw image using special source. |
| DrawLine(double, double, double, double) | Draw line between two points using current stroke attributes. |
| DrawLines(double[], double[]) | Draw lines using specified coordinates. |
| DrawPieSegment(double, double, double, double, double) | Draws pie segment at specified point. |
| DrawPolygon(double[], double[]) | Draw polygon with currect stroke and fill. |
| DrawRect(double, double, double, double) | Draw rectangle with currect stroke and fill. |
| DrawString(string, Point) | Draw string at specified position. |
| DrawStringRotated(string, Point, Point, double) | Draw rotated string at specified position. |
| MeasureString(string) | Measures size of string. |
| SetClipRect(Rectangle?) | Sets clip rectangle. |
| SetFill(object) | Sets the fill brush. |
| SetFont(C1Font) | Sets the font. |
| SetOpacity(object, double) | Changes the brush opacity. |
| SetStroke(object) | Sets the current stroke brush. |
| SetStrokePattern(double[]) | Sets the stroke pattern. |
| SetStrokeThickness(double) | Sets the stroke thickness. |