www.BCB-Tools.com
Home of
RAD DirectX
for
C++ Builder
...
...
Please Register
So we can
create more
the TDx_Library
the TDx9_Library
|
TDx_Draw_Library v1.90 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: [email protected].
|
|