cdtDraw (cards)
Last changed: -151.27.29.172

.
Summary
Draws a card in its normal size at position x, y on the input device context.

C# Signature:

[DllImport("cards.dll")]
static extern int cdtDraw(IntPtr hDC, int x, int y, int ecsCard,
   int ectDraw, int clr);

VB Signature:

Declare Function cdtDraw Lib "cards.dll" (TODO) As TODO

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation
cdtDraw on MSDN