anchovy ~master (2015-12-30T21:21:17Z)
Home
Dub
Repo
RectOffset
anchovy
utils
rectoffset
Offset for different things like borders
struct
RectOffset {
union
__anonymous
;
string
toString
();
this
(int a);
this
(int[4] array);
this
(int a, int b, int c, int d);
int
horizontal
();
int
vertical
();
}
Constructors
this
this
(int a)
Undocumented in source.
this
this
(int[4] array)
Undocumented in source.
this
this
(int a, int b, int c, int d)
Undocumented in source.
Members
Functions
horizontal
int
horizontal
()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
vertical
int
vertical
()
Undocumented in source. Be warned that the author may not have intended to support it.
Unions
__anonymous
union
__anonymous
Undocumented in source.
Meta
Source
See Implementation
anchovy
utils
rectoffset
structs
RectOffset
Offset for different things like borders