User32SetRect Method

Overload List

SetRect(NativeRectangle, Int32, Int32, Int32, Int32) Sets the coordinates of the specified rectangle.

This is equivalent to assigning the left, top, right, and bottom arguments to the appropriate members of the NativeRectangle structure.

SetRect(Rectangle, Int32, Int32, Int32, Int32) Sets the coordinates of the specified rectangle.

This is equivalent to assigning the left, top, right, and bottom arguments to the appropriate members of the NativeRectangle structure.

See Also