Open CASCADE Technology  6.5.4
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Enumerations
Graphic2d_TypeOfPolygonFilling.hxx File Reference
#include <Standard_PrimitiveTypes.hxx>

Enumerations

enum  Graphic2d_TypeOfPolygonFilling { Graphic2d_TOPF_EMPTY, Graphic2d_TOPF_FILLED, Graphic2d_TOPF_PATTERNED }
 Defines whether the polygon is filled or displays an
empty background.
More...

Enumeration Type Documentation

  • 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.
Enumerator:
Graphic2d_TOPF_EMPTY 
Graphic2d_TOPF_FILLED 
Graphic2d_TOPF_PATTERNED