Class SystemDrawingPaintEngine
SystemDrawingPaintEngine class
public class SystemDrawingPaintEngine : PaintEngine
Constructors
| Name | Description |
|---|
| SystemDrawingPaintEngine(PaintEngineOptions, AbstractPathInternal, ImageCodecInfo, EncoderParameters, Action<Graphics>) | |
Properties
Methods
| Name | Description |
|---|
| override Close() | |
| override CreateTextureBrush(Action<Painter>, double, double) | |
| Dispose() | |
| override DrawCharacters(PlacedCharacter[]) | |
| override DrawEllipse(Coordinate, double, double) | |
| override DrawImage(AbstractPathInternal, double, double, double) | |
| virtual DrawPolyline(IEnumerable<Coordinate>) | |
| virtual DrawRectangle(Rectangle) | |
| override DrawShape(PolylinesShape) | |
| override DrawText(Coordinate, string) | |
| override MeasureText(string, Font) | |
| override MeasureTextCharacters(string, Font) | |
| override StartNewLayer(PaintLayerOptions) | |
| override UpdateState(PaintEngineState) | |
See Also