FillPath The FillPath function closes any open figures in the current path and fills the path’s interior by using the current brush and polygon-filling mode.
VB4-32,5,6
Declare Function FillPath Lib "gdi32" Alias "FillPath" (ByVal hdc As Long) As Long |
Operating Systems Supported |
Requires Windows NT 3.1 or later; Requires Windows 95 or later |
- hdc
Identifies a device context (DC) that contains a valid path. |
After its interior is filled, the path is discarded from the DC identified by the hdc parameter. |
|