Icon

Constructors

this
this(HICON hi, bool owned)
Undocumented in source.
this
this(Dstring fileName)

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)
drawStretched
void drawStretched(Graphics g, Rect r)
toBitmap
Bitmap toBitmap()

Properties

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

Static functions

fromHandle
deprecated Icon fromHandle(HICON hi)

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