FastLED 3.9.15
Loading...
Searching...
No Matches

◆ hasDrawBounds()

bool fl::XYPathFunction::hasDrawBounds ( fl::rect< int > * bounds)
inlineoverridevirtual

Reimplemented from fl::XYPathGenerator.

Definition at line 151 of file xypath.h.

151 {
152 if (bounds) {
153 *bounds = mDrawBounds;
154 }
155 return true;
156 }
fl::rect< int > mDrawBounds
Definition xypath.h:161

References mDrawBounds.