Base Framework
Static Public Attributes | List of all members
GraphicsContext::Alignment Class Reference

Static Public Attributes

static const unsigned int LEFT = 1
 
static const unsigned int CENTER = 2
 
static const unsigned int RIGHT = 4
 
static const unsigned int TOP = 8
 
static const unsigned int MIDDLE = 16
 
static const unsigned int BOTTOM = 32
 

Member Data Documentation

◆ BOTTOM

const unsigned int GraphicsContext::Alignment::BOTTOM = 32
static

Align at the bottom.

◆ CENTER

const unsigned int GraphicsContext::Alignment::CENTER = 2
static

Align at the center (horizontally).

◆ LEFT

const unsigned int GraphicsContext::Alignment::LEFT = 1
static

Align to the left.

◆ MIDDLE

const unsigned int GraphicsContext::Alignment::MIDDLE = 16
static

Align at the middle (vertically).

◆ RIGHT

const unsigned int GraphicsContext::Alignment::RIGHT = 4
static

Align to the right.

◆ TOP

const unsigned int GraphicsContext::Alignment::TOP = 8
static

Align at the top.