Identifies a graphics engine supported by FlowChartX; members of the enumeration can be passed as arguments to the StartUp method of the Graphics class.
SyntaxVB6
Copy Code
|
|---|
Public Enum EGraphicsEngine |
C++
Copy Code
|
|---|
enum EGraphicsEngine |
Members| Member name | Value | Description | |
|---|---|---|---|
![]() |
geClassic |
0 | Use the classic Windows GDI API for drawing graphic primitives. |
![]() |
geGdiPlus |
1 | Use the GDI+ library for drawing graphic primitives. |
See Also