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
10
class
AOIAPI
AOI_Object_Path
:
public
AOI_Object_Vector
11
{
12
public
:
13
const
static
uint32_t Type =
'GPAD'
;
14
const
AOI_ContourPtr
GetGeometry()
const
;
15
};
16
typedef
AOI_Object_Path
*
AOI_Object_PathPtr
;
AOI_Contour
Container for path(s)
Definition
AOI_Contour.h:11
AOI_Object_Path
Path.
Definition
AOI_Path.h:11
AOI_Object_Vector
Base class for all vector graphics.
Definition
AOI_Vector.h:12
desktop
Source
PDFEngine
OpenAPI
AOI_Path.h
Generated by
1.11.0