Icon

Constructors

this
this(Dstring fileName)

Destructor

A destructor is present on this object, but not explicitly documented in the source.

Members

Functions

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
Icon fromHandle(HICON hi)

Inherited Members

From Image

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]

Meta