This function returns TRUE if the image is vector.
Declaration:
Copy Code | |
---|---|
AT_BOOL ACCUAPI IG_image_is_vector( HIGEAR hIGear) |
Arguments:
Name | Type | Description |
hIGear | HIGEAR | HIGEAR handle of image. |
Return Value:
Returns TRUE if the image is vector; FALSE - otherwise.
Supported Raster Image Formats:
All pixel formats supported by ImageGear Professional.
Sample:
None