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 154 of file xypath.h.

154 {
155 if (bounds) {
156 *bounds = mDrawBounds;
157 }
158 return true;
159 }
fl::rect< int > mDrawBounds
Definition xypath.h:164

References mDrawBounds.