| Overview | ||||||||||||||||
| Group | ||||||||||||||||
|
Quick Info
|
||||||||||||||||
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. BOOL FillPath(| HDC hdc
| // handle to device context
|
| );
|
|
ERROR_INVALID_PARAMETER
ERROR_NOT_ENOUGH_MEMORY Remarks After its interior is filled, the path is discarded from the DC identified by the hdc parameter. See Also BeginPath, SetPolyFillMode, StrokeAndFillPath, StrokePath
- Software for developers
-
Delphi Components
.Net Components
Software for Android Developers - More information resources
-
MegaDetailed.Net
Unix Manual Pages
Delphi Examples


