Class MicroGraphics.CanvasState
Represents a canvas state
Assembly: MicroGraphics.dll
View Source
protected class MicroGraphics.CanvasState
Properties
CurrentFont
The current font
View Source
public IFont? CurrentFont { get; set; }
Stroke
The current stroke when drawing primitives
View Source
public int Stroke { get; set; }
Rotation
The canvas rotation
View Source
public RotationType Rotation { get; set; }
PenColor
The current pen color
View Source
public Color PenColor { get; set; }