.
C# Signature:
[DllImport("user32.dll")]
static extern bool DrawEdge(IntPtr hdc, ref RECT qrc, uint edge,
uint grfFlags);
User-Defined Types:
RECT
Notes:
None.
Tips & Tricks:
Please add some!
Sample Code:
Please add some!
Alternative Managed API:
ControlPaint.DrawBorder3D Method
The DrawEdge API
11/8/2009 5:50:22 PM - -147.62.42.119
The RECT structure defines the coordinates of the upper-left and lower-right corners of a rectangle.
6/3/2013 5:41:04 PM - dahminator-75.174.65.168