// 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
//! empty background.
//! - The EMPTY syntax defines a polygon
//! transparent background (the frame is visible).
//! - The FILLED syntax creates a regularly filled
//! polygon by using the method
//! SetInteriorColorIndex.
//! - The PATTERNED syntax is not yet implemented.
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 #endif #endif