Module beamui.graphics.pen

Types and helpers for path stroking.

Import line

import beamui.graphics.pen;

Functions

NameDescription
expandStrokes(iter, pen, builder, minDist) Build strokes from given path and stroke parameters

Interfaces

NameDescription
PathIter
StrokeBuilder

Structs

NameDescription
Pen A simple struct to hold stroke parameters

Enums

NameDescription
LineCap Style of the line end points.
LineJoin Style of corner created, when two lines meet.