- _imgtype
int _imgtype(HGDIOBJ* ph)
Undocumented in source. Be warned that the author may not have intended to support it.
- dispose
void dispose()
- draw
void draw(HDC hdc, Point pt)
void draw(Graphics g, Point pt)
- drawStretched
void drawStretched(HDC hdc, Rect r)
void drawStretched(Graphics g, Rect r)
- getHeight
int getHeight(HDC hdc)
int getHeight(Graphics g)
- getSize
Size getSize(HDC hdc)
Undocumented in source. Be warned that the author may not have intended to support it.
- getSize
Size getSize(Graphics g)
- getWidth
int getWidth(HDC hdc)
int getWidth(Graphics g)
- toBitmap
Bitmap toBitmap(HDC hdc)
Undocumented in source. Be warned that the author may not have intended to support it.
- toBitmap
Bitmap toBitmap(Graphics g)
- toBitmap
Bitmap toBitmap()
Undocumented in source. Be warned that the author may not have intended to support it.
- toHBitmap
HBITMAP toHBitmap(HDC hdc)
Undocumented in source. Be warned that the author may not have intended to support it.