www.BCB-Tools.com

Home of
RAD DirectX
for
C++ Builder

...

C++ Builder wrapping DirectX

...

Please Register

So we can
create more

the TDx_Library
the TDx9_Library



Welcome to BCB-Tools.com Latest News

Development Tools Demo Applications Step-by-Step Tutorials Component Reference

Register Here! Available Downloads

Frequently Asked Questions Discussion Forums Receive emails from BCB-Tools.com Send us some Feedback

Links to other sites Information about the BCB-Tools.com website


    TDx_Draw_Library v1.90 Component Reference

    -= Click to navigate the reference =-
    Go to the Welcome Page

    [ TDDBltFX::FX ]     [ next: FillColor ]     [ prev: ErrorValue ]

    public:

        __property dword FX = { read=FGetFX, write=FSetFX, default=0 };




    -= Go to the TDDBltFX description =-    TDDBLTFX::FX   [ component property ]

    • Description

        The FX property defines flags that control or modify the type of FX operations performed when blitting.
        The described effect applies when the flag is set.
    • Flags

        DDBLTFX_ARITHSTRETCHY
        Blitting is to be performed with a different Y dimension by using arithmetic stretching.

        DDBLTFX_MIRRORLEFTRIGHT
        Perform blitting while mirroring from left to right by turning the surface on its Y axis.

        DDBLTFX_MIRRORUPDOWN
        Perform blitting while mirroring from top to bottom by turning the surface on its X axis.

        DDBLTFX_NOTEARING
        Schedule blitting to synchronise with the vertical blank.
        Blits are performed asynchronously by default.
        Synchronous blitting can help avoid artifacts such as tearing.

        DDBLTFX_ROTATE180
        Perform blitting while rotating the image 180 degrees clockwise.
        This will result in the blitted image being displayed upside down.

        DDBLTFX_ROTATE270
        Perform blitting while rotating 270 degrees clockwise.
        This will result in the blitted image being turned onto its left hand side.

        DDBLTFX_ROTATE90
        Perform blitting while rotating 90 degrees clockwise.
        This will result in the blitted image being turned onto its right hand side.

        DDBLTFX_ZBUFFERBASEDEST
        Perform z-buffer blitting by adding TDDBltFX::ZBufferBaseDest to each of the source z-values before comparison with the destination z-values.

        DDBLTFX_ZBUFFERRANGE
        Perform z-buffer blitting, using only those pixels of the source surface that have z-orders between the values of TDDBltFX::ZBufferLow and TDDBltFX::ZBufferHigh.

    • See Also
    • Top





    If you would like to submit additions or improvements to this page, click: [email protected].



























Top

Welcome |  Latest News |  Tools |  Demos |  Tutorials |  Reference |  Register |  Downloads
FAQ |  Forums |  Feedback |  Mailing List |  Links |  Site Information

This page is Copyright © 2008 Darren John Dwyer, Australia. All Rights Reserved.
Borland C++ Builder, CBuilder, etc are Trademarks of Borland Corporation.
DirectX, DirectDraw, Windows, etc are Trademarks of Microsoft Corporation.