Aurelon Open API 8.1.1
Loading...
Searching...
No Matches
AOI_Path.h
1/*
2 * AOI_Path
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 = 'GPAD';
14 const AOI_ContourPtr GetGeometry() const;
15};
Container for path(s)
Definition AOI_Contour.h:11
Base class for all vector graphics.
Definition AOI_Vector.h:12