dfl2 ~master (2016-08-11T09:58:17Z)
Home
Dub
Repo
Size
dfl
drawing
Width and height.
struct
Size {
int
width
;
int
height
;
this
(
int
width
,
int
height
)
;
Dequ
opEquals
(
ref
ConstType
!(
Size
)
sz
)
;
Dequ
opEquals
(
Size
sz
)
;
Dequ
opEquals
(
Size
sz
)
;
Size
opAdd
(
Size
sz
)
;
Size
opSub
(
Size
sz
)
;
void
opAddAssign
(
Size
sz
)
;
void
opSubAssign
(
Size
sz
)
;
}
Constructors
this
this
(
int
width
,
int
height
)
Construct a new Size.
Members
Functions
opAdd
Size
opAdd
(
Size
sz
)
opAddAssign
void
opAddAssign
(
Size
sz
)
opEquals
Dequ
opEquals
(
ref
ConstType
!(
Size
)
sz
)
Dequ
opEquals
(
Size
sz
)
opEquals
Dequ
opEquals
(
Size
sz
)
opSub
Size
opSub
(
Size
sz
)
opSubAssign
void
opSubAssign
(
Size
sz
)
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
Width and height.