Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "cdtDraw" in [All]

cards

.

        private static extern int cdtDrawExt(IntPtr hDC, int x, int y, int dx, int dy,

.

        private static extern int cdtDraw(IntPtr hDC, int x, int y, int ecsCard,

.

                cdtDrawExt(hDc, x, y, width, height, cardValue, invertedColor!=Color.Empty ? 2 : 0, ConvertColor(invertedColor));

.

                cdtDraw(hDc, x, y, cardValue, invertedColor!=Color.Empty ? 2 : 0, ConvertColor(invertedColor));

.

                cdtDrawExt(hDc, x, y, width, height, (int)deck, 1, 0);

.

                cdtDraw(hDc, x, y, (int)deck, 1, 0);

.

                cdtDrawExt(hDc, x, y, width, height, (int)CardDeck.CrossHatch, 1, Card.ConvertColor(backgroundColor));

.

                cdtDraw(hDc, x, y, (int)CardDeck.CrossHatch, 1, Card.ConvertColor(backgroundColor));

.

  <DllImport("cards.dll")> Private Shared Function cdtDraw(ByVal hDC As IntPtr, ByVal x As Integer, ByVal y As Integer, ByVal ecsCard As Integer, ByVal ectDraw As Integer, ByVal clr As Integer) As Integer

.

  <DllImport("cards.dll")> Private 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

.

        cdtDrawExt(hDC, x, y, width, height, cardValue, IIf(invertedColor <> Color.Empty, 2, 0), ConvertColor(invertedColor))

.

            cdtDraw(hDc, x, y, cardValue, IIf(invertedColor <> Color.Empty, 2, 0), ConvertColor(invertedColor))

.

        cdtDrawExt(hDc, x, y, width, height, DirectCast(deck, Integer), 1, 0)

.

        cdtDraw(hDc, x, y, DirectCast(deck, Integer), 1, 0)

.

        cdtDrawExt(hDc, x, y, width, height, DirectCast(CardDeck.CrossHatch, Integer), 1, Card.ConvertColor(backgroundColor))

.

        cdtDraw(hDc, x, y, DirectCast(CardDeck.CrossHatch, Integer), 1, Card.ConvertColor(backgroundColor))

.

        private static extern int cdtDrawExt(IntPtr hDC, int x, int y, int dx, int dy,

.

        private static extern int cdtDraw(IntPtr hDC, int x, int y, int ecsCard,

.

                cdtDrawExt(hDc, x, y, width, height, cardValue, invertedColor!=Color.Empty ? 2 : 0, ConvertColor(invertedColor));

.

                cdtDraw(hDc, x, y, cardValue, invertedColor!=Color.Empty ? 2 : 0, ConvertColor(invertedColor));

.

                cdtDrawExt(hDc, x, y, width, height, (int)deck, 1, 0);

.

                cdtDraw(hDc, x, y, (int)deck, 1, 0);

.

                cdtDrawExt(hDc, x, y, width, height, (int)CardDeck.CrossHatch, 1, Card.ConvertColor(backgroundColor));

.

                cdtDraw(hDc, x, y, (int)CardDeck.CrossHatch, 1, Card.ConvertColor(backgroundColor));

.

    Private Declare Function cdtDraw Lib "cards.dll" (ByVal hDC As IntPtr, ByVal x As Integer, ByVal y As Integer, ByVal ecsCard As Integer, ByVal ectDraw As Integer, ByVal clr As Integer) As Integer

.

    Private Declare Function cdtDrawExt Lib "cards.dll" (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

.

        cdtDrawExt(hDC, x, y, width, height, cardValue, IIf(invertedColor <> Color.Empty, 2, 0), ConvertColor(invertedColor))

.

            cdtDraw(hDc, x, y, cardValue, IIf(invertedColor <> Color.Empty, 2, 0), ConvertColor(invertedColor))

.

        cdtDrawExt(hDc, x, y, width, height, DirectCast(deck, Integer), 1, 0)

.

        cdtDraw(hDc, x, y, DirectCast(deck, Integer), 1, 0)

.

        cdtDrawExt(hDc, x, y, width, height, DirectCast(CardDeck.CrossHatch, Integer), 1, Card.ConvertColor(backgroundColor))

.

        cdtDraw(hDc, x, y, DirectCast(CardDeck.CrossHatch, Integer), 1, Card.ConvertColor(backgroundColor))

.

static extern int cdtDrawExt(IntPtr hDC, int x, int y, int dx, int dy,

.

Declare Function cdtDrawExt Lib "cards.dll" (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

.
Documentation
[cdtDrawExt] on MSDN
.

static extern int cdtDrawExt(IntPtr hDC, int x, int y, int dx, int dy,

.

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

.
Documentation
[cdtDrawExt] on MSDN

 
Access PInvoke.net directly from VS: