Main Page
Class Hierarchy
Alphabetical List
Compound List
File List
Compound Members
Fill Styles
Enumerations
enum
FXFillStyle
{
FILL_SOLID
,
FILL_TILED
,
FILL_STIPPLED
,
FILL_OPAQUESTIPPLED
}
Fill Styles.
More...
Enumeration Type Documentation
enum FX::FXFillStyle
Enumeration values:
FILL_SOLID
Fill with solid color.
FILL_TILED
Fill with tiled bitmap.
FILL_STIPPLED
Fill where stipple mask is 1.
FILL_OPAQUESTIPPLED
Fill with foreground where mask is 1, background otherwise.