Method Summary |
DragImage |
__init__(self,
image,
cursor)
|
|
__del__(self)
|
|
__repr__(self)
|
bool |
BeginDrag(self,
hotspot,
window,
fullScreen,
rect)
|
bool |
BeginDragBounded(self,
hotspot,
window,
boundingWindow)
|
bool |
DoDrawImage(self,
dc,
pos)
|
bool |
EndDrag(self)
|
Rect |
GetImageRect(self,
pos)
|
bool |
Hide(self)
|
bool |
Move(self,
pt)
|
bool |
RedrawImage(self,
oldPos,
newPos,
eraseOld,
drawNew)
|
|
SetBackingBitmap(self,
bitmap)
|
bool |
Show(self)
|
bool |
UpdateBackingFromWindow(self,
windowDC,
destDC,
sourceRect,
destRect)
|