|
Public Member Functions |
| | jDsprite (jDDraw *_lpDD) |
| | jDsprite (jDDraw *_lpDD, LPCTSTR _fileName) |
| | ~jDsprite () |
| bool __fastcall | loadFromFile (LPCTSTR _fileName) |
| bool __fastcall | create (int _width, int _height) |
| bool __fastcall | drawLine (int debX, int debY, int endX, int endY, int bkColor, int ftColor, int width) |
| bool __fastcall | draw (int posX, int posY) |
| bool __fastcall | fill (int color) |
| bool __fastcall | release () |
| bool __fastcall | setTransparent (bool _transparent, COLORREF _transpColor) |
Public Attributes |
| LPDIRECTDRAWSURFACE | surface |
| RECT | rect |
| int | transpColor |
| bool | transparent |