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:

  <DllImport("cards.dll", CharSet:=CharSet.Unicode)> _
  Friend Shared Function cdtDrawExt( _
      ByVal hDC As IntPtr, _
      ByVal x As Integer, _
      ByVal y As Integer, _
      ByVal dx As Integer, _
      ByVal dy As Integer, _
      ByVal ecsCard As Integer, _
      ByVal ectDraw As Integer, _
      ByVal clr As Integer) As Integer
    End Function

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
cdtDrawExt on MSDN