Skip to main content

Class MicroGraphics.CanvasState

Represents a canvas state

Assembly: MicroGraphics.dll
View Source
Declaration
protected class MicroGraphics.CanvasState

Properties

CurrentFont

The current font

View Source
Declaration
public IFont? CurrentFont { get; set; }

Stroke

The current stroke when drawing primitives

View Source
Declaration
public int Stroke { get; set; }

Rotation

The canvas rotation

View Source
Declaration
public RotationType Rotation { get; set; }

PenColor

The current pen color

View Source
Declaration
public Color PenColor { get; set; }