CDC::DrawEdge

This member function draws the edges of a rectangle in the specified style.

Syntax

BOOL DrawEdge ( LPRECT lpRect, UINT nEdge, UINT nFlags );

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

Remarks

Windows CE does not support the EDGE_BUMP flag in the nEdge parameter.

You also cannot specify the BF_BOTTOMLEFT, BF_TOPLEFT, or BF_TOPRIGHT flags in the nFlags parameter.

See Also

CDC Overview, CDC Member Functions, Graphical Drawing Classes