dfl2 ~master (2016-08-11T09:58:17Z)
Home
Dub
Repo
Image
dfl
drawing
abstract
class
Image {
void
draw
(
Graphics
g
,
Point
pt
)
;
void
drawStretched
(
Graphics
g
,
Rect
r
)
;
Size
size
[@property getter];
int
width
[@property getter];
int
height
[@property getter];
}
Members
Functions
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]
Meta
Source
See Implementation
dfl
drawing
classes
Bitmap
Brush
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