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

◆ hasDrawBounds()

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

Reimplemented from fl::XYPathGenerator.

Definition at line 152 of file xypath.h.

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

References mDrawBounds.