A | B | C |  D | E | F |  G | H | I |  J | K | L |  M | N | O |  P | Q | R |  S | T | U |  V | W | X |  Y | Z



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

Library
Gdi32

Parameter Information
- hdc
Identifies a device context (DC) that contains a valid path.

Return Values
After its interior is filled, the path is discarded from the DC identified by the hdc parameter.

Last update: 07 April 2006