Class SystemDrawingPaintEngine

SystemDrawingPaintEngine class

public class SystemDrawingPaintEngine : PaintEngine

Constructors

NameDescription
SystemDrawingPaintEngine(PaintEngineOptions, AbstractPathInternal, ImageCodecInfo, EncoderParameters, Action<Graphics>)

Properties

NameDescription
override RoundedHeight { get; }
override RoundedWidth { get; }

Methods

NameDescription
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