Constructor of IFArea(+ 3 overloads)
Overload
Specifies a window or control and a rectangle in its client area.
public IFArea(wnd w, RECT r)
Parameters
Overload(next)
Specifies a UI element and a rectangle in it.
public IFArea(elm e, RECT r)
Parameters
Overload(next)
Specifies a window or control and a rectangle in its client area.
The parameters are of Coord type, therefore can be easily specified reverse and fractional coordinates, like ^10 and .5f. Use ^0 for right or bottom edge.
public IFArea(wnd w, Coord left, Coord top, Coord right, Coord bottom)
Parameters
Overload(top)
Specifies a UI element and a rectangle in it.
The parameters are of Coord type, therefore can be easily specified reverse and fractional coordinates, like ^10 and .5f. Use ^0 for right or bottom edge.
public IFArea(elm e, Coord left, Coord top, Coord right, Coord bottom)