Bitmap

Undocumented in source.

Constructors

this
this(Size sz)
Undocumented in source.
this
this(Size sz, Color bc)
Undocumented in source.
this
this(int w, int h)
Undocumented in source.
this
this(int w, int h, Color bc)
Undocumented in source.
this
this(HBITMAP hBitmap, bool owned)
Undocumented in source.
this
this(string fileName)
Undocumented in source.

Members

Functions

clone
Bitmap clone()
Undocumented in source. Be warned that the author may not have intended to support it.
getData
void getData(BitmapData bd)
Undocumented in source. Be warned that the author may not have intended to support it.
setData
void setData(BitmapData bd)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

size
Size size [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
type
ImageType type [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

freeData
void freeData(BitmapData bd)
Undocumented in source. Be warned that the author may not have intended to support it.
fromFile
Bitmap fromFile(string fileName)
Undocumented in source. Be warned that the author may not have intended to support it.
fromHBITMAP
Bitmap fromHBITMAP(HBITMAP hBitmap, bool owned)
Undocumented in source. Be warned that the author may not have intended to support it.
getData
void getData(HBITMAP hBitmap, BitmapData bd)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Image

size
Size size [@property getter]
Undocumented in source.
type
ImageType type [@property getter]
Undocumented in source.

Meta