ImageGear Professional v18.2 > API Reference Guide > Vector Component API Reference > Vector Component Functions Reference > Raster Functions > IG_vect_raster_init_from_HIGEAR |
This function initializes a raster entity from a HIGEAR handle.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_vect_raster_init_from_HIGEAR( HIG_VECT_ENTITY hEntity, HIGEAR hIGear ); |
Name | Type | Description |
hEntity | HIG_VECT_ENTITY | Handle to the Entity. |
hIGear | HIGEAR | HIGEAR handle to the image. |
Returns 0 if successful. Otherwise, returns the number of ImageGear errors that occurred during this function call.
All pixel formats supported by ImageGear Professional.
The image will be converted to RGBA format for attaching to the vector entity. |
None
Image data is converted to 32-bit RGBA pixel format.