bndRoundedBox

Add a rounded box path at position (x, y) with size (w, h) and a separate radius for each corner listed in clockwise order, so that cr0 = top left, cr1 = top right, cr2 = bottom right, cr3 = bottom left;

this is a low level drawing function: the path must be stroked or filled to become visible.

nothrow @trusted @nogc
void
bndRoundedBox
(,
float x
,
float y
,
float w
,
float h
,
float cr0
,
float cr1
,
float cr2
,
float cr3
)
Suggestion Box / Bug Report