ImageGear Professional v18.2 > API Reference Guide > Vector Component API Reference > Vector Component Functions Reference > Figure Functions > IG_vect_figure_get_regioncount |
The function returns a total count of regions in the figure.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_vect_figure_get_regioncount(
HIG_VECT_ENTITY hEntity,
long* lpCount
);
|
Name | Type | Description |
hEntity | HIG_VECT_ENTITY | Handle to the Entity. |
lpCount | long* | Buffer for the region count. |
Returns 0 if successful. Otherwise, returns the number of ImageGear errors that occurred during this function call.
This function does not process image pixels.
None