[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Draws one or more edges of a rectangle.
Source position: winapih.inc line 84
public function TWidgetSet.DrawEdge( |
DC: HDC; |
var Rect: TRect; |
edge: Cardinal; |
grfFlags: Cardinal |
):Boolean; virtual; |
DC |
|
Device context for the drawing operation. |
Rect |
|
Rectangle with the bounds for the drawing operation. |
edge |
|
A combination of edge styles (inner/outer, raised/sunken). |
grfFlags |
|
Indicates e.g. the edges to paint (BF_LEFT). |
False on failure.
Version 4.0 | Generated 2025-05-03 | Home |