Picture

Constructors

this
this(DStream stm)
this(Dstring fileName)
this(void[] mem)

Destructor

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

Members

Functions

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(Graphics g)
getWidth
int getWidth(HDC hdc)
int getWidth(Graphics g)
toBitmap
Bitmap toBitmap(Graphics g)

Properties

height
int height [@property getter]
loghimX
OLE_XSIZE_HIMETRIC loghimX [@property getter]
loghimY
OLE_YSIZE_HIMETRIC loghimY [@property getter]
size
Size size [@property getter]
width
int width [@property getter]

Static functions

fromFile
Picture fromFile(Dstring fileName)
fromMemory
Picture fromMemory(void[] mem)
fromStream
Picture fromStream(DStream stm)

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