nw::font::Vertex Enumerated Type

Syntax

enum Vertex;

Value

Value Description
VERTEX_LT The upper left corner vertex coordinates.
VERTEX_RT The upper right corner vertex coordinates.
VERTEX_LB The lower left corner vertex coordinates.
VERTEX_RB The lower right corner vertex coordinates.
VERTEX_MAX Total number of enumerators.

Description

Used when accessing the vertex coordinates set for the four corners of a pane.

Revision History

2009/09/18
Initial version.

CONFIDENTIAL