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

This function has been deprecated and will be removed from the public API in a future release.

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_vect_filltype_get_material(
        HIG_VECT_FILLTYPE hFilltype, 
        LONG* lpMaterial
);

Arguments:

Name Type Description
hFilltype HIG_VECT_FILLTYPE Handle to the Fill Type.
lpMaterial LONG* Index of the material in the internal container being returned.

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

Remarks:

The function returns a material of the surface.

This function is not implemented yet. The material will be described by diffusion, emission, and so on.