Class PaintEngineState

PaintEngineState class

public class PaintEngineState

Constructors

NameDescription
PaintEngineState()The default constructor.

Properties

NameDescription
Brush { get; set; }
Font { get; set; }
IsBrushDirty { get; }
IsDirty { get; }
IsFontDirty { get; }
IsPenDirty { get; }
IsTransfromationDirty { get; }
Pen { get; set; }
Transformation { get; set; }

Methods

NameDescription
Rotate(double)
Rotate(double, double)
Scale(double, double)
Translate(double, double)

See Also