Driver SDK 4.2.0
aur::ADA::PageRect Class Reference

#include <DriverInfo.h>

Public Member Functions

 PageRect () noexcept
 
 PageRect (float x1, float y1, float x2, float y2) noexcept
 
void Union (const PageRect &inBounds) noexcept
 
void Intersect (const PageRect &inBounds) noexcept
 
float Width () const noexcept
 
float Height () const noexcept
 

Public Attributes

float left
 
float top
 
float right
 
float bottom
 

Detailed Description

Definition at line 930 of file DriverInfo.h.

Constructor & Destructor Documentation

◆ PageRect() [1/2]

aur::ADA::PageRect::PageRect ( )
inlinenoexcept

Definition at line 938 of file DriverInfo.h.

◆ PageRect() [2/2]

aur::ADA::PageRect::PageRect ( float  x1,
float  y1,
float  x2,
float  y2 
)
inlinenoexcept

Definition at line 944 of file DriverInfo.h.

Member Function Documentation

◆ Height()

float aur::ADA::PageRect::Height ( ) const
inlinenoexcept

Definition at line 981 of file DriverInfo.h.

◆ Intersect()

void aur::ADA::PageRect::Intersect ( const PageRect inBounds)
inlinenoexcept

Definition at line 964 of file DriverInfo.h.

◆ Union()

void aur::ADA::PageRect::Union ( const PageRect inBounds)
inlinenoexcept

Definition at line 952 of file DriverInfo.h.

◆ Width()

float aur::ADA::PageRect::Width ( ) const
inlinenoexcept

Definition at line 976 of file DriverInfo.h.

Member Data Documentation

◆ bottom

float aur::ADA::PageRect::bottom

Definition at line 936 of file DriverInfo.h.

◆ left

float aur::ADA::PageRect::left

Definition at line 933 of file DriverInfo.h.

◆ right

float aur::ADA::PageRect::right

Definition at line 935 of file DriverInfo.h.

◆ top

float aur::ADA::PageRect::top

Definition at line 934 of file DriverInfo.h.


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