toMathRectangle method
Converts this Rect into a math.Rectangle.
Implementation
math.Rectangle toMathRectangle() => math.Rectangle(left, top, width, height);
Converts this Rect into a math.Rectangle.
math.Rectangle toMathRectangle() => math.Rectangle(left, top, width, height);