cdtAnimate (cards)
Last changed: -75.165.245.34

.
Summary
Animates the backs of cards by overlaying part of the card back with an alternative bitmap.

C# Signature:

[DllImport("cards.dll")]
static extern int cdtAnimate(IntPtr hDC, int ecbCardBack, int x, int y, int iState);

VB Signature:

Declare Function cdtAnimate Lib "cards.dll" (ByVal hDC As IntPtr, ByVal ecbCardBack As Integer, ByVal x As Integer, ByVal y As Integer, ByVal iState As Integer) As Integer

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

N/A.

Sample Code:

none.

Alternative Managed API:

Do you know one? Please contribute it!

Documentation
cdtAnimate on MSDN