|
Public Member Functions |
| | jBuilderSprite () |
| | ~jBuilderSprite () |
| bool __fastcall | copy (jBuilderSprite *_sprite) |
| bool __fastcall | setBitmap (jBitmap *_bitmap, bool _autoSize) |
| bool __fastcall | drawSelection (TCanvas *_canvas) |
| bool __fastcall | rectContains (int _x, int _y, int &_ctrlPoint) |
| bool __fastcall | bitmapContains (int _x, int _y) |
| bool __fastcall | collision (TRect &_rect) |
| bool __fastcall | moveTo (int X, int Y) |
| bool __fastcall | sizeTo (int _ctrlPoint, int _posX, int _posY, bool _absolute) |
| bool __fastcall | saveToStream (TStream *_str, bool _saveImage) |
| bool __fastcall | loadFromStream (TStream *_str, jBitmap *_image) |
Public Attributes |
| TRect | rect |
| void * | object |
| jBitmap * | bitmap |
| int | transparency |
| bool | visible |