|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| Yes
| Import Library
| user32.lib
| Header File
| winuser.h
| Unicode
| No
| Platform Notes
| None
|
|
|
SetRect
The
SetRect function 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
RECT structure.
BOOL SetRect(
LPRECT lprc,
| // address of structure with rectangle to set
|
int xLeft,
| // left side
|
int yTop,
| // top side
|
int xRight,
| // right side
|
int yBottom
| // bottom side
|
);
|
|
Parameters
lprc
Points to the
RECT structure that contains the rectangle to be set.
xLeft
Specifies the x-coordinate of the rectangle's upper-left corner.
yTop
Specifies the y-coordinate of the rectangle's upper-left corner.
xRight
Specifies the x-coordinate of the rectangle's lower-right corner.
yBottom
Specifies the y-coordinate of the rectangle's lower-right corner.
Return Values
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error
information, call
GetLastError.
See Also
CopyRect,
SetRectEmpty,
RECT
- Software for developers
-
Delphi Components
.Net Components
Software for Android Developers
- More information resources
-
MegaDetailed.Net
Unix Manual Pages
Delphi Examples
- Databases for Amazon shops developers
-
Amazon Categories Database
Browse Nodes Database