ImageGear for C and C++ on Windows v19.0
IG_image_layer_create

This function creates the image layer from the raster image.

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_image_layer_create(
        HIGEAR hIGear,
        LPHIGIMAGELAYER lphLayer
);

Arguments:

Name Type Description
hIGear HIGEAR Raster image from which to create layer.
lphLayer LPHIGIMAGELAYER Handle to the created image layer object.

Return Value:

Error count.

Supported Raster Image Formats:

All pixel formats supported by ImageGear for C and C++.

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback