Aurelon Open API 8.1.1
Loading...
Searching...
No Matches
AOI_Symbol.h
1/*
2 * AOI_Symbol
3 * Copyright (c) 2007-2017 Aurelon BV. All rights reserved.
4 *
5 */
6#pragma once
7
8#include "./AOI_Object.h"
9
10class AOIAPI AOI_Object_Symbol : public AOI_Object
11{
12public:
13 const static uint32_t Type = 'SYMB';
14
15 AOI_ObjectPtr GetObj() const;
16 AOI_Mapping GetMapping() const;
17 AOI_Style_ColorPtr GetColor() const;
18};
20
22{
23public:
24 const static uint32_t Type = 'MSYM';
25
26 uint32_t GetPositions( AOI_Point* );
27};
3x3 matrix
Definition AOI_Types.h:113
Multiple impression of the same symbol or form.
Definition AOI_Symbol.h:22
Symbol or form.
Definition AOI_Symbol.h:11
Base class for all graphic objects.
Definition AOI_Object.h:13
Coordinate.
Definition AOI_Types.h:137
Color fill.
Definition AOI_Style.h:56