OfxRectI Struct Reference
#include <ofxCore.h>
List of all members.
Detailed Description
Defines two dimensional integer region.
Regions are x1 <= x < x2
Infinite regions are flagged by setting
- x1 = kOfxFlagInfiniteMin
- y1 = kOfxFlagInfiniteMin
- x2 = kOfxFlagInfiniteMax
- y2 = kOfxFlagInfiniteMax
|
Public Attributes |
int | x1 |
int | y1 |
int | x2 |
int | y2 |
Member Data Documentation
The documentation for this struct was generated from the following file: