Rectangle class that wraps the sb_t_rect structure
More...
#include <cs_sb.h>
|
String | ToString () override |
| Formats the rectangle in a readable string ul=(x;y) size=(width;height). More...
|
|
|
int | x |
| x coordinate of the upper left corner of the rectangle
|
|
int | y |
| y coordinate of the upper left corner of the rectangle
|
|
int | width |
| width of the rectangle
|
|
int | height |
| height of the rectangle
|
|
Rectangle class that wraps the sb_t_rect structure
Definition at line 214 of file cs_sb.h.
◆ ToString()
String sb_cs::SbRect::ToString |
( |
| ) |
|
|
override |
Formats the rectangle in a readable string ul=(x;y) size=(width;height).
- Returns
- An instance to the String class or null in case of memory error
The documentation for this class was generated from the following file: