Enum pfcGraphicsMode
Description
Enumertated type representing the type of graphics that will be drawn on the screen using
the methods on pfcDisplay
Values
-
DRAW_GRAPHICS_NORMAL
- Graphics are drawn in normal mode. Entities will be created using the current graphicscolor.
-
DRAW_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.
-
GraphicsMode_nil
-
Use this enumerated value to represent "null" passed to optional properties or method arguments.