SqueezeBrains SDK 1.13
sb_cs::SbRect Class Reference

Rectangle class that wraps the sb_t_rect structure More...

#include <cs_sb.h>

Public Member Functions

String ToString () override
 Formats the rectangle in a readable string ul=(x;y) size=(width;height). More...
 

Data Fields

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
 

Detailed Description

Rectangle class that wraps the sb_t_rect structure

Definition at line 224 of file cs_sb.h.

Member Function Documentation

◆ 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: