ImageGear for C and C++ on Windows v19.9 - Updated
IG_vect_filltype_get_gradient
API Reference Guide > Vector Component API Reference > Vector Component Functions Reference > Fill Type Functions > IG_vect_filltype_get_gradient

Returns gradient a object associated with the fill type.

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_vect_filltype_get_gradient(
        HIG_VECT_FILLTYPE hFilltype,
        HIG_VECT_GRADIENT* lpGradient
);

Arguments:

Name Type Description
hFilltype HIG_VECT_FILLTYPE Handle to the Fill Type.
lpGradient HIG_VECT_GRADIENT* Returns handle to the gradient object associated with the specified fill type.

Return Value:

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.

Sample:

None