![]() |
SelphID Cpp SDK API
|
#include <SelphIDFacialConstants.h>
Public Member Functions | |
| Rectangle () | |
| Creates a new instance of Rectangle. | |
| Rectangle (int x, int y, int width, int height) | |
| Creates a new instance of Rectangle. | |
Public Attributes | |
| int | X |
| X coordinate. | |
| int | Y |
| Y coordinate. | |
| int | Width |
| Width. | |
| int | Height |
| Height. | |
|
inline |
Creates a new instance of Rectangle.
| x | X coordinate. |
| y | Y coordinate. |
| width | Width. |
| height | Height. |