- dc.Blit(x - 5 + CardWidth / 4,
- y - 6 + CardHeight / 4, 11, 11,
- &memoryDC, 11 * m_suit, 14, wxCOPY);
- dc.Blit(x - 5 + CardWidth / 4,
- y - 6 + 5 * CardHeight / 12, 11, 11,
- &memoryDC, 11 * m_suit, 14, wxCOPY);
- dc.Blit(x - 5 + CardWidth / 4,
- y - 5 + 7 * CardHeight / 12, 11, 11,
- &memoryDC, 11 * m_suit, 25, wxCOPY);
- dc.Blit(x - 5 + CardWidth / 4,
- y - 5 + 3 * CardHeight / 4, 11, 11,
- &memoryDC, 11 * m_suit, 25, wxCOPY);
-
- dc.Blit(x - 5 + 3 * CardWidth / 4,
- y - 6 + CardHeight / 4, 11, 11,
- &memoryDC, 11 * m_suit, 14, wxCOPY);
- dc.Blit(x - 5 + 3 * CardWidth / 4,
- y - 6 + 5 * CardHeight / 12, 11, 11,
- &memoryDC, 11 * m_suit, 14, wxCOPY);
- dc.Blit(x - 5 + 3 * CardWidth / 4,
- y - 5 + 7 * CardHeight / 12, 11, 11,
- &memoryDC, 11 * m_suit, 25, wxCOPY);
- dc.Blit(x - 5 + 3 * CardWidth / 4,
- y - 5 + 3 * CardHeight / 4, 11, 11,
- &memoryDC, 11 * m_suit, 25, wxCOPY);
- dc.Blit(x - 5 + CardWidth / 2,
- y - 5 + CardHeight / 3, 11, 11,
- &memoryDC, 11 * m_suit, 14, wxCOPY);
+ dc.Blit(x - symdist + m_width / 4,
+ y - symdist2 + m_height / 4, symsize, symsize,
+ &memoryDC, symsize * m_suit, sympos, wxCOPY);
+ dc.Blit(x - symdist + m_width / 4,
+ y - symdist2 + 5 * m_height / 12, symsize, symsize,
+ &memoryDC, symsize * m_suit, sympos, wxCOPY);
+ dc.Blit(x - symdist + m_width / 4,
+ y - symdist + 7 * m_height / 12, symsize, symsize,
+ &memoryDC, symsize * m_suit, sympos2, wxCOPY);
+ dc.Blit(x - symdist + m_width / 4,
+ y - symdist + 3 * m_height / 4, symsize, symsize,
+ &memoryDC, symsize * m_suit, sympos2, wxCOPY);
+
+ dc.Blit(x - symdist + 3 * m_width / 4,
+ y - symdist2 + m_height / 4, symsize, symsize,
+ &memoryDC, symsize * m_suit, sympos, wxCOPY);
+ dc.Blit(x - symdist + 3 * m_width / 4,
+ y - symdist2 + 5 * m_height / 12, symsize, symsize,
+ &memoryDC, symsize * m_suit, sympos, wxCOPY);
+ dc.Blit(x - symdist + 3 * m_width / 4,
+ y - symdist + 7 * m_height / 12, symsize, symsize,
+ &memoryDC, symsize * m_suit, sympos2, wxCOPY);
+ dc.Blit(x - symdist + 3 * m_width / 4,
+ y - symdist + 3 * m_height / 4, symsize, symsize,
+ &memoryDC, symsize * m_suit, sympos2, wxCOPY);
+ dc.Blit(x - symdist + m_width / 2,
+ y - symdist + m_height / 3, symsize, symsize,
+ &memoryDC, symsize * m_suit, sympos, wxCOPY);