ImageGear Professional DLL v18.1 for Windows
IG_vect_raster_init_from_HIGEAR
Send Feedback
ImageGear Professional v18.1 > API Reference Guide > Vector Component API Reference > Vector Component Functions Reference > Raster Functions > IG_vect_raster_init_from_HIGEAR

Glossary Item Box

This function initializes a raster entity from a HIGEAR handle.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_vect_raster_init_from_HIGEAR(
        HIG_VECT_ENTITY hEntity,
        HIGEAR hIGear
);

Arguments:

Name Type Description
hEntity HIG_VECT_ENTITY Handle to the Entity.
hIGear HIGEAR HIGEAR handle to the image.

Return Value:

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

Supported Raster Image Formats:

All pixel formats supported by ImageGear Professional.

The image will be converted to RGBA format for attaching to the vector entity.

Sample:

None

Remarks:

Image data is converted to 32-bit RGBA pixel format.

©2014. Accusoft Corporation. All Rights Reserved.