NVGPathOutline.flatten

Returns "flattened" path, transformed by the given matrix. Flattened path consists of only two commands kinds: MoveTo and LineTo.

  1. NVGPathOutline flatten()
  2. NVGPathOutline flatten(NVGMatrix mt)
    struct NVGPathOutline
    nothrow @trusted @nogc const
    flatten
    ()
    (
    const scope auto ref NVGMatrix mt
    )
Suggestion Box / Bug Report