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