class EraseTool: Tool
origin: Vector2
__new(self: EraseTool)
getCurrentRect(self: EraseTool): (
    topleftx?: number,
    toplefy?: number,
    bottomrightx?: number,
    bottomrighty?: number
)

Returns the four corners of the current rect.

second: Vector2