AnchorPos

The definition of the anchor position of a piece of text.

    typedef enum AnchorPos {
         TopLeft=1,
         TopMiddle,
         TopRight,
         MiddleLeft,
         MiddleMiddle,
         MiddleRight,
         BottomLeft,
         BottomMiddle,
         BottomRight
} AnchorPos;

Requirements

Version: API 10.0 or later, GSModeler Engine 8 or later
Header: G2DProcs.h

See Also

ExportTextProc