[ TDDOverlayFX ]
[ next: SAlphaDest ]
[ prev: ErrorValue ]
public:
__property dword FX = { read=FGetFX, write=FSetFX, default=0 };
If you would like to submit additions or improvements to this page, click: admin@bcb-tools.com.
DESCRIPTION
Top
Flags
See Also
The FX property defines flags indicating what overlay stretching or mirroring effects are to be used.
The described effect applies when the flag is set.
FLAGS
Top
See Also
DDOVERFX_ARITHSTRETCHY
Stretching of the overlay along the Y axis will utilize arithmetic stretching techniques.
DDOVERFX_MIRRORLEFTRIGHT
The overlay is to be mirrored around the Y axis.
DDOVERFX_MIRRORUPDOWN
The overlay is to be mirrored around the X axis.
SEE ALSO
Top
Flags