Multimedia API Reference

November 16, 2016 | 24.2.1 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Argus::NormalizedRect Struct Reference

Detailed Description

Defines a normalized rectangle region in [0.0, 1.0].

Definition at line 543 of file Types.h.

Public Member Functions

 NormalizedRect ()
 
 NormalizedRect (float l, float t, float r, float b)
 
bool operator== (const NormalizedRect &other) const
 

Data Fields

float left
 
float top
 
float right
 
float bottom
 

Constructor & Destructor Documentation

Argus::NormalizedRect::NormalizedRect ( )
inline

Definition at line 550 of file Types.h.

Argus::NormalizedRect::NormalizedRect ( float  l,
float  t,
float  r,
float  b 
)
inline

Definition at line 551 of file Types.h.

Member Function Documentation

bool Argus::NormalizedRect::operator== ( const NormalizedRect other) const
inline

Definition at line 552 of file Types.h.

References bottom, left, right, and top.

Field Documentation

float Argus::NormalizedRect::bottom

Definition at line 548 of file Types.h.

Referenced by operator==().

float Argus::NormalizedRect::left

Definition at line 545 of file Types.h.

Referenced by operator==().

float Argus::NormalizedRect::right

Definition at line 547 of file Types.h.

Referenced by operator==().

float Argus::NormalizedRect::top

Definition at line 546 of file Types.h.

Referenced by operator==().


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