Blink API
|
Rectangle. More...
#include <Blink.h>
Public Member Functions | |
Rect (int x1, int y1, int x2, int y2) | |
Constructor for creating a Rect. |
Rectangle.
Rectangle covering range (x1,y1) to (x2,y2) x range is x1 to x2-1 y range is y1 to y2-1
©2013 The Foundry Visionmongers, Ltd. All Rights Reserved. |