Enum VectorLineCap
How stroked subpath ends are drawn.
public enum VectorLineCap : byte
Fields
Butt = 0Squared off at the endpoint.
Round = 1Semicircular projection past the endpoint.
Square = 2Square projection past the endpoint.
How stroked subpath ends are drawn.
public enum VectorLineCap : byte
Butt = 0Squared off at the endpoint.
Round = 1Semicircular projection past the endpoint.
Square = 2Square projection past the endpoint.