Table of Contents

Enum vdRender.GridDrawingStyle

Namespace
VectorDraw.Render
Assembly
VectorDraw.Render.dll

Represents the grid drawing style.

public enum vdRender.GridDrawingStyle

Fields

Cross = 1

Grid is displayed by drawing crosses 8 pixels wide in each vertex behind of all drawing objects.

Dot = 0

Grid is displayed by drawing dots in each vertex in front of all drawing objects.

Solid = 2

Grid is displayed by drawing solid lines between vertexes behind of all drawing objects.