Show / Hide Table of Contents

Constructor IFArea.IFArea(+ 3 overloads)


Overload

Specifies a window or control and a rectangle in its client area.

public IFArea(wnd w, RECT r)
Parameters
w  (wnd)
r  (RECT)

Overload(next)

Specifies a UI element and a rectangle in it.

public IFArea(elm e, RECT r)
Parameters
e  (elm)
r  (RECT)

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
w  (wnd)
left  (Coord)
top  (Coord)
right  (Coord)
bottom  (Coord)

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)
Parameters
e  (elm)
left  (Coord)
top  (Coord)
right  (Coord)
bottom  (Coord)