System.Types.TRect.init
C++
void init(int l, int t, int r, int b) _ALWAYS_INLINE {
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | SystemTypes.h | System.Types | TRect |
Description
Initializes a TRect object.
Use init to initialize a TRect object.
The l and t parameters are the coordinates of the upper-left corner of the rectangle, and the r and b parameters are the coordinates of the lower-right corner.