Aurelon Open API
8.1.1
Loading...
Searching...
No Matches
AOI_Rectangle.h
1
/*
2
* AOI_Vector
3
* Copyright (c) 2007-2017 Aurelon BV. All rights reserved.
4
*
5
*/
6
#pragma once
7
8
#include "./AOI_Vector.h"
9
10
class
AOIAPI
AOI_Object_Rectangle
:
public
AOI_Object_Vector
11
{
12
public
:
13
const
static
uint32_t Type =
'GRCT'
;
14
15
void
GetRectangle(
AOI_Rectangle
& )
const
;
16
AOI_Mapping
GetMapping()
const
;
17
};
18
typedef
AOI_Object_Rectangle
*
AOI_Object_RectanglePtr
;
AOI_Mapping
3x3 matrix
Definition
AOI_Types.h:113
AOI_Object_Rectangle
Rectangle.
Definition
AOI_Rectangle.h:11
AOI_Object_Vector
Base class for all vector graphics.
Definition
AOI_Vector.h:12
AOI_Rectangle
Rectangle.
Definition
AOI_Types.h:148
desktop
Source
PDFEngine
OpenAPI
AOI_Rectangle.h
Generated by
1.11.0