Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_Draw_Library v2.00 Component Reference
|
|
[ TDDOverlayFX::FX ]
[ next: SAlphaDest ]
[ prev: ErrorValue ]
public:
__property dword FX = { read=FGetFX, write=FSetFX, default=0 };
TDDOVERLAYFX::FX
[ component property ]
- Description
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
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
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|