dfl2 v1.0.0 (2014-10-21T14:18:17Z)
Home
Dub
Repo
Image
dfl
drawing
abstract
class
Image {
static
Bitmap
fromHBitmap
(HBITMAP hbm);
void
draw
(Graphics g, Point pt);
void
drawStretched
(Graphics g, Rect r);
Size
size
[@property getter];
int
width
[@property getter];
int
height
[@property getter];
int
_imgtype
(HGDIOBJ* ph);
}
Members
Functions
_imgtype
int
_imgtype
(HGDIOBJ* ph)
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)
Properties
height
int
height
[@property getter]
size
Size
size
[@property getter]
width
int
width
[@property getter]
Static functions
fromHBitmap
Bitmap
fromHBitmap
(HBITMAP hbm)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
dfl
drawing
classes
Bitmap
Brush
CommonGraphics
Font
Graphics
HatchBrush
Icon
Image
MemoryGraphics
Pen
Picture
Region
Screen
SolidBrush
SystemColors
SystemIcons
TextFormat
enums
FontSmoothing
FontStyle
GraphicsUnit
HatchStyle
PenStyle
TextAlignment
TextFormatFlags
TextTrimming
structs
Color
Point
Rect
Size