Home | All Classes | Grouped Classes | Index | Search
Returns the area that would be drawn to if a draw were performed.
CL_Rect bounding_rect( int x = 0, int y = 0, bool ignore_invis = true); CL_Rect bounding_rect( Range range, int x = 0, int y = 0, bool ignore_invis = true); CL_Rect bounding_rect( CL_Rect dest, bool ignore_invis = true); CL_Rect bounding_rect( Range range, CL_Rect dest, bool ignore_invis = true);
Parameters:
Return value:
The area into which any pixels would be drawn. If buffer is empty, returns a rectangle with zero size.
See also: