AllAPI Network - The KPD-Team

 
Allapi Network
 API-Guide
 ApiViewer

 API List

 
API Resources
 Tips & Tricks
 VB Tutorials
 Error Lookup
 
Misc Stuff
 VB examples
 VB Tools
 VB Links
 Top Downloads
 
This Site
 Search Engine
 Contact Form
 

Donate to AllAPI.net

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.

Examples

Related Functions

 

 


Copyright © 1998-2007, The Mentalis.org Team - Privacy statement
Did you find a bug on this page? Tell us!
This site is located at http://allapi.mentalis.org/