ImageGear Professional v18.2 > API Reference Guide > Vector Component API Reference > Vector Component Functions Reference > Data Functions > IG_vect_data_create |
This function creates vector data and attaches it to the HIGEAR.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_vect_data_create(HIGEAR hIGear); |
Name | Type | Description |
hIGear | HIGEAR | ImageGear handle. |
Returns 0 if successful. Otherwise, returns the number of ImageGear errors that occurred during this function call.
All pixel formats supported by ImageGear Professional.
Although Vector data can be attached to HIGEAR having any pixel format, IG_vector_data_to_dib will work only for Indexed 8 or RGB 24 bit depths. |
None