Blink API
Public Member Functions | List of all members
Blink::Rect Struct Reference

Rectangle. More...

#include <Blink.h>

Inheritance diagram for Blink::Rect:
BlinkRect

Public Member Functions

 Rect (const Rect &r)
 
 Rect (int x1, int y1, int x2, int y2)
 Constructor for creating a Rect.
 
int width () const
 
int height () const
 

Additional Inherited Members

- Public Attributes inherited from BlinkRect
int x1
 
int y1
 
int x2
 
int y2
 

Detailed Description

Rectangle.

Rectangle covering range (x1,y1) to (x2,y2) x range is x1 to x2-1 y range is y1 to y2-1


The documentation for this struct was generated from the following file:


©2019 The Foundry Visionmongers, Ltd. All Rights Reserved.
www.thefoundry.co.uk