Table of Contents

Enum DrawMode

Namespace
SimulationFramework.Drawing
Assembly
SimulationFramework.dll

Describes the behavior of an ICanvas when drawing shapes.

public enum DrawMode

Fields

Fill = 0

Shapes should be filled in completely.

Gradient = 2

Shapes should be filled with a gradient.

Stroke = 1

Shapes should be outlined. See StrokeWidth(float) to set the thinkness of the outline.

Textured = 3

Shapes should be filled with a texture.