الفئة Painter

Painter class

public class Painter : IDisposable

المنشئات

الاسمالوصف
Painter(PaintEngine)

الخصائص

الاسمالوصف
Brush { get; set; }
Font { get; set; }
Pen { get; set; }
RoundedHeight { get; }
RoundedWidth { get; }
Tranformation { get; set; }

الطرق

الاسمالوصف
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)

انظر أيضًا