dformlib ~master (2016-07-18T06:49:59Z)
Dub
Repo
Size
dfl
drawing
Width and height.
struct
Size {
int
width
;
int
height
;
this
(
int
width
,
int
height
)
;
this
(
in
SIZE
*
size
)
;
}
Constructors
this
this
(
int
width
,
int
height
)
Construct a new Size.
this
this
(
in
SIZE
*
size
)
Construct a new Size.
Meta
Source
See Implementation
dfl
drawing
classes
EnhancedMetaFile
Graphics
MemoryGraphics
structs
Color
Point
Rect
Size
Width and height.