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:
Copyright 2003-2004 The Foundry Visonmongers Ltd. All rights reserved.
Copying and redistribution with or without
modification, is permitted provided that the following conditions are met:
- Redistributions of the document must retain the above copyright notice
and this list of conditions.
- Neither the name of The Foundry Visonmongers Ltd nor names of its
contributors may be used to
endorse or promote products derived from this software without specific
prior written permission.
Automatic documentation generated by DOxygen.