 |
DrawEdge ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The DrawEdge function draws one or more edges of rectangle. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL DrawEdge(
HDC hdc, // handle to device context
LPRECT qrc, // rectangle coordinates
UINT edge, // type of edge
UINT grfFlags // type of border
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER DrawEdge IN user32;
INTEGER hdc,;
STRING @ qrc,;
INTEGER edge,;
INTEGER grfFlags
|
 |
 |
 |
| Parameters: |
 |
hdc
[in] Handle to the device context.
qrc
[in/out] Pointer to a RECT structure that contains the logical coordinates of the rectangle.
edge
[in] Specifies the type of inner and outer edges to draw.
grfFlags
[in] Specifies the type of border.
|
 |
 |
| Return value: |
 |
| If the function succeeds, the return value is nonzero. |
 |
 |
| Word Index links for the DrawEdge : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2002-01-18 00:48:51 | | Modified: | 2002-01-18 00:50:45 | Visited in last 7 days: 17 |