Bitmap

Constructors

this
this(Dstring fileName)
this
this(HBITMAP hbm, bool owned)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

_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(Graphics g, Point pt)
void draw(Graphics g, Point pt, Graphics tempMemGraphics)
drawStretched
void drawStretched(Graphics g, Rect r)
void drawStretched(Graphics g, Rect r, Graphics tempMemGraphics)

Properties

handle
HBITMAP handle [@property getter]
height
int height [@property getter]
size
Size size [@property getter]
width
int width [@property getter]

Inherited Members

From Image

fromHBitmap
Bitmap fromHBitmap(HBITMAP hbm)
Undocumented in source. Be warned that the author may not have intended to support it.
draw
void draw(Graphics g, Point pt)
drawStretched
void drawStretched(Graphics g, Rect r)
size
Size size [@property getter]
width
int width [@property getter]
height
int height [@property getter]
_imgtype
int _imgtype(HGDIOBJ* ph)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta