PyRECT = DrawEdge(hdc, rc
, edge
, Flags
)
Draws edge(s) of a rectangle
Parameters
hdc : PyHANDLE
Handle to a device contextrc : PyRECT
Rectangle whose edge(s) will be drawnedge : int
Combination of win32con.BDR_* flags, or one of win32con.EDGE_* flagsFlags : int
Combination of win32con.BF_* flagsReturn Value
BF_ADJUST flag causes input rectange to be shrunk by size of border.. Rectangle is always returned.