Search
EUnit Enumeration
See Also
 



Specifies the unit of measure used for specifying the size of flowchart elements.

 Syntax

VB6  Copy Code

Public Enum EUnit

C++  Copy Code

enum EUnit

 Members

  Member name Value Description

uPixel

2

Specifies a device pixel as the unit of measure.

uPoint

3

Specifies a printer's point (1/72 inch) as the unit of measure.

uDocument

5

Specifies the document unit (1/300 inch) as the unit of measure.

 See Also