Enum EpfcGraphicsMode
Description
Enumertated type representing the type of graphics that will be drawn on the screen using
the methods on IpfcDisplay
Values
-
EpfcDRAW_GRAPHICS_NORMAL
- Graphics are drawn in normal mode. Entities will be created using the current graphicscolor.
-
EpfcDRAW_GRAPHICS_COMPLEMENT
- Graphics are drawn in complement mode. Entities drawn over existing graphics entitieswill erase the existing entities. Entities drawn where graphics are not present have noeffect.
-
EpfcGraphicsMode_nil
-
Use this enumerated value to represent "null" passed to optional properties or method arguments.