cdtDrawExt (cards)
Last changed: -205.236.223.56

.
Summary
Draws a card in with size dx, dy at position x, y on the input device context.

C# Signature:

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

VB Signature:

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

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

See the CardsWrapper example.

Alternative Managed API:

Do you know one? Please contribute it!

Documentation
cdtDrawExt on MSDN