summaryrefslogtreecommitdiff
path: root/inc/Graphic2d_TypeOfAlignment.hxx
blob: d77707e18916335c111e041091dde76fcbf7a1a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
// This file is generated by WOK (CPPExt).
// Please do not edit this file; modify original file instead.
// The copyright and license terms as defined for the original file apply to 
// this header file considered to be the "object code" form of the original source.

#ifndef _Graphic2d_TypeOfAlignment_HeaderFile
#define _Graphic2d_TypeOfAlignment_HeaderFile


//! Defines whether the polygon is filled or displays an <br>
//! empty background. <br>
//! -   The EMPTY syntax defines a polygon <br>
//!  transparent background (the frame is visible). <br>
//! -   The FILLED syntax creates a regularly filled <br>
//!   polygon by using the method <br>
//!   SetInteriorColorIndex. <br>
//! -   The PATTERNED syntax is not yet implemented. <br>
enum Graphic2d_TypeOfAlignment {
Graphic2d_TOA_LEFT,
Graphic2d_TOA_CENTER,
Graphic2d_TOA_RIGHT,
Graphic2d_TOA_TOPLEFT,
Graphic2d_TOA_TOPCENTER,
Graphic2d_TOA_TOPRIGHT,
Graphic2d_TOA_MEDIUMLEFT,
Graphic2d_TOA_MEDIUMCENTER,
Graphic2d_TOA_MEDIUMRIGHT,
Graphic2d_TOA_BOTTOMLEFT,
Graphic2d_TOA_BOTTOMCENTER,
Graphic2d_TOA_BOTTOMRIGHT
};

#ifndef _Standard_PrimitiveTypes_HeaderFile
#include <Standard_PrimitiveTypes.hxx>
#endif

#endif