Picture

Undocumented in source.

Constructors

this
this(DStream stm)
Undocumented in source.
this
this(Dstring fileName)
Undocumented in source.
this
this(void[] mem)
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()
Undocumented in source. Be warned that the author may not have intended to support it.
draw
void draw(HDC hdc, Point pt)
Undocumented in source. Be warned that the author may not have intended to support it.
draw
void draw(Graphics g, Point pt)
Undocumented in source. Be warned that the author may not have intended to support it.
drawStretched
void drawStretched(HDC hdc, Rect r)
Undocumented in source. Be warned that the author may not have intended to support it.
drawStretched
void drawStretched(Graphics g, Rect r)
Undocumented in source. Be warned that the author may not have intended to support it.
getHeight
int getHeight(HDC hdc)
Undocumented in source. Be warned that the author may not have intended to support it.
getHeight
int getHeight(Graphics g)
Undocumented in source. Be warned that the author may not have intended to support it.
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)
Undocumented in source. Be warned that the author may not have intended to support it.
getWidth
int getWidth(HDC hdc)
Undocumented in source. Be warned that the author may not have intended to support it.
getWidth
int getWidth(Graphics g)
Undocumented in source. Be warned that the author may not have intended to support it.
toBitmap
Bitmap toBitmap(HDC hdc)
Undocumented in source. Be warned that the author may not have intended to support it.
toBitmap
Bitmap toBitmap()
Undocumented in source. Be warned that the author may not have intended to support it.
toBitmap
Bitmap toBitmap(Graphics g)
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.

Properties

height
int height [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
loghimX
OLE_XSIZE_HIMETRIC loghimX [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
loghimY
OLE_YSIZE_HIMETRIC loghimY [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
size
Size size [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
width
int width [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

_fromDStream
IPicture _fromDStream(DStream stm)
Undocumented in source. Be warned that the author may not have intended to support it.
_fromFileName
IPicture _fromFileName(Dstring fileName)
Undocumented in source. Be warned that the author may not have intended to support it.
_fromIStream
IPicture _fromIStream(IStream istm)
Undocumented in source. Be warned that the author may not have intended to support it.
_fromMemory
IPicture _fromMemory(void[] mem)
Undocumented in source. Be warned that the author may not have intended to support it.
fromFile
Picture fromFile(Dstring fileName)
Undocumented in source. Be warned that the author may not have intended to support it.
fromMemory
Picture fromMemory(void[] mem)
Undocumented in source. Be warned that the author may not have intended to support it.
fromStream
Picture fromStream(DStream stm)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_hbmimgtype
HBITMAP _hbmimgtype;
Undocumented in source.

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)
Undocumented in source.
drawStretched
void drawStretched(Graphics g, Rect r)
Undocumented in source.
size
Size size [@property getter]
Undocumented in source.
width
int width [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
height
int height [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
_imgtype
int _imgtype(HGDIOBJ* ph)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta