Table of Contents

Enum VectorPathVerb

Namespace
DocWright.Core.Rendering
Assembly
DocWright.Core.dll

The drawing verb of one VectorPathSegment.

public enum VectorPathVerb : byte

Fields

MoveTo = 0

Starts a new subpath at the segment point.

LineTo = 1

Straight segment to the segment point.

CubicTo = 2

Cubic bezier through both controls to the segment point.

Close = 3

Closes the current subpath back to its start.