dformlib ~master (2016-07-18T06:49:59Z)
Dub
Repo
Point
dfl
drawing
X and Y coordinate.
struct
Point {
this
(
int
x
,
int
y
)
;
}
Constructors
this
this
(
int
x
,
int
y
)
Construct a new Point.
Meta
Source
See Implementation
dfl
drawing
classes
EnhancedMetaFile
Graphics
MemoryGraphics
structs
Color
Point
Rect
Size
X and Y coordinate.