Point

X and Y coordinate.

Constructors

this
this(int x, int y)

Construct a new Point.

this
this(POINT* pt)
Undocumented in source.

Members

Functions

opAdd
Point opAdd(Size sz)
Undocumented in source. Be warned that the author may not have intended to support it.
opAddAssign
void opAddAssign(Size sz)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
Dequ opEquals(ConstType!(Point) pt)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
Dequ opEquals(Point pt)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
Dequ opEquals(Point pt)
Undocumented in source. Be warned that the author may not have intended to support it.
opNeg
Point opNeg()
Undocumented in source. Be warned that the author may not have intended to support it.
opSub
Point opSub(Size sz)
Undocumented in source. Be warned that the author may not have intended to support it.
opSubAssign
void opSubAssign(Size sz)
Undocumented in source. Be warned that the author may not have intended to support it.

Unions

__anonymous
union __anonymous
Undocumented in source.

Meta