Thread: Rotating part of a dc

  1. #1

    Rotating part of a dc

    I'm making a card game using cards.dll ... Now all is going well so far, drawing of the cards is pretty simple and I've go most of the logic for the game coded. But I can only draw cards in one orientation. But I want to have other players around the 'table' so the cards will need to be rotated.

    I know the rect for each card in every hand.

  2. #2

  3. #3
    My god that looks complicated! I think I'll just quit this project while I haven't wasted to much time ... I would have thought there would be a function already for it, that's pretty strange.

  4. #4
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    There may something easy in gdi+ you could use - the game-dev folks will prob. be quick to help.

    gg

  5. #5
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    Actually.....

    Bitmap Rotation
    [edit]Windows 95/98/Me: Unsupported[/edit]

    gg

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 9
    Last Post: 07-11-2006, 04:28 AM
  2. Can someone look over my code? part 2
    By brooklyn in forum C++ Programming
    Replies: 10
    Last Post: 04-18-2006, 06:33 AM
  3. Signal Handling - Are they part of ANSI C?
    By Stanley S in forum C Programming
    Replies: 3
    Last Post: 12-21-2005, 07:49 AM
  4. Suspicious Pointer Conversion
    By mr_spanky202 in forum C Programming
    Replies: 35
    Last Post: 04-11-2003, 12:35 PM
  5. Urgent!!!
    By Mitchell in forum Windows Programming
    Replies: 5
    Last Post: 10-11-2001, 03:37 PM