Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TSDWIN: Clipper 5.0 Interface Library - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

 twStoreShadowArea( sT, sL, sB, sR, tShadow,;
                    vShadow, hShadow )
 ----------------------------------------------------------------------------
     Store a screen region to be used for a shadow to two variables
     which are passed by reference. This function cane be used in
     creating your own additions to TSDWIN.  ALL parameters MUST be
     passed!

       Arguments:

     sT,sL
     sB,sR   - 'N' The coordinates of the underlying screen area around
                   which the shadow is to be placed.

     tShadow - 'N' Shadow Type.

     vShadow - 'C' String to hold vertical shadow area information.
                   MUST be passed by reference.

     hShadow - 'C' String to hold horizontal shadow area information.
                   MUST be passed by reference.

       Return:

     Current Window Handle.

       Example:

     twStoreShadowArea( sT, sL, sB, sR, tShadow, @vShadow, @hShadow )


Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson