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
11{
12public:
13 const static uint32_t Type = 'GRCT';
14
15 void GetRectangle( AOI_Rectangle& ) const;
16 AOI_Mapping GetMapping() const;
17};
3x3 matrix
Definition AOI_Types.h:113
Base class for all vector graphics.
Definition AOI_Vector.h:12
Rectangle.
Definition AOI_Types.h:148