dfl2 v1.0.3 (2014-11-03T16:58:07Z)
Home
Dub
Repo
RegionRects
dfl
clippingform
struct
RegionRects {
size_t
width
[@property getter];
size_t
height
[@property getter];
void
clear
();
void
add
(RECT rc);
void
add
(int l, int t, int r, int b);
void
opCatAssign
(RECT rc);
Region
region
[@property getter];
Region
create
(MemoryGraphics g);
Region
create
(Image img);
}
Members
Functions
add
void
add
(RECT rc)
void
add
(int l, int t, int r, int b)
clear
void
clear
()
create
Region
create
(Image img)
create
Region
create
(MemoryGraphics g)
opCatAssign
void
opCatAssign
(RECT rc)
Properties
height
size_t
height
[@property getter]
region
Region
region
[@property getter]
width
size_t
width
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
dfl
clippingform
classes
ClippingForm
structs
RegionRects