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