Loading...
Searching...
No Matches
pdftron::PDF::RectCollection Class Reference

#include <RectCollection.h>

Public Member Functions

 RectCollection ()
void AddRect (const Rect &to_add)
void AddRect (double x1, double y1, double x2, double y2)
Rect GetRectAt (size_t index) const
size_t GetNumRects () const
void Clear ()

Detailed Description

Definition at line 9 of file RectCollection.h.

Constructor & Destructor Documentation

◆ RectCollection()

pdftron::PDF::RectCollection::RectCollection ( )
inline

Definition at line 12 of file RectCollection.h.

Member Function Documentation

◆ AddRect() [1/2]

void pdftron::PDF::RectCollection::AddRect ( const Rect & to_add)
inline

Definition at line 15 of file RectCollection.h.

◆ AddRect() [2/2]

void pdftron::PDF::RectCollection::AddRect ( double x1,
double y1,
double x2,
double y2 )
inline

Definition at line 20 of file RectCollection.h.

◆ Clear()

void pdftron::PDF::RectCollection::Clear ( )
inline

Definition at line 37 of file RectCollection.h.

◆ GetNumRects()

size_t pdftron::PDF::RectCollection::GetNumRects ( ) const
inline

Definition at line 32 of file RectCollection.h.

◆ GetRectAt()

Rect pdftron::PDF::RectCollection::GetRectAt ( size_t index) const
inline

Definition at line 26 of file RectCollection.h.


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