ImageGear for C and C++ on Windows v19.9 - Updated
IG_vect_figure_set_fillmode
API Reference Guide > Vector Component API Reference > Vector Component Functions Reference > Figure Functions > IG_vect_figure_set_fillmode

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_vect_figure_set_fillmode(
        HIG_VECT_ENTITY hEntity, 
        enumIGVectFillMode nFillMode
);

Arguments:

Name Type Description
hEntity HIG_VECT_ENTITY Figure entity handle.
nFillMode enumIGVectFillMode Fill mode to be set.

Description:

Returns 0 if successful. Otherwise, returns the number of ImageGear errors that occurred during this function call.

Supported Raster Image Formats:

This function does not process image pixels.

Return Value:

Returns the number of ImageGear errors that occurred during this function call.

Sample:

None