Table of Contents

Enum VectorLineCap

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

How stroked subpath ends are drawn.

public enum VectorLineCap : byte

Fields

Butt = 0

Squared off at the endpoint.

Round = 1

Semicircular projection past the endpoint.

Square = 2

Square projection past the endpoint.