Area Information Flags
From Graphics32
Area Information Flags
The Area Information Flags are used in the TAreaChangedEvent to further describe the shape of the changed area.
Currently Graphics32 defines these types:
const
// common cases
AREAINFO_RECT = $80000000;
AREAINFO_LINE = $40000000; // 24 bits for line width in pixels...
AREAINFO_ELLIPSE = $20000000;
AREAINFO_ABSOLUTE = $10000000;
AREAINFO_MASK = $FF000000;
See Also
Copyright ©2000-2007 Alex Denisov and Contributors - Graphics32 v1.8.3 - Build on 4-March-2007