Aurelon Open API
8.1.1
Loading...
Searching...
No Matches
AOI_Rectangle.cpp
1
#include "./AOI_Rectangle.h"
2
#include "../GRectangle.h"
3
4
using namespace
aur;
5
using namespace
aur::PDF;
6
18
void
AOI_Object_Rectangle::GetRectangle
(
AOI_Rectangle
& r )
const
19
{
20
FRectangle localR;
21
RectanglePtr(
this
)->GetRectangle( localR );
22
r.left = localR.left;
23
r.right = localR.right;
24
r.top = localR.top;
25
r.bottom = localR.bottom;
26
}
27
33
AOI_Mapping
AOI_Object_Rectangle::GetMapping
()
const
34
{
35
// hard cast
36
return
(
AOI_Mapping
&)RectanglePtr(
this
)->GetMapping();
37
}
AOI_Mapping
3x3 matrix
Definition
AOI_Types.h:113
AOI_Object_Rectangle::GetRectangle
void GetRectangle(AOI_Rectangle &) const
Definition
AOI_Rectangle.cpp:18
AOI_Object_Rectangle::GetMapping
AOI_Mapping GetMapping() const
Definition
AOI_Rectangle.cpp:33
AOI_Rectangle
Rectangle.
Definition
AOI_Types.h:148
desktop
Source
PDFEngine
OpenAPI
AOI_Rectangle.cpp
Generated by
1.11.0