ImageGear Professional v18.2 > API Reference Guide > Vector Component API Reference > Vector Component Functions Reference > Entity Functions > IG_vect_ent_get_cliprgnsize |
This function retrieves a count of points in the entity clipping region data.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_vect_ent_get_cliprgnsize(
HIG_VECT_ENTITY hEntity,
long* lpPointCount
);
|
Name | Type | Description |
hEntity | HIG_VECT_ENTITY | Handle of the entity with the clipping region data. |
lpPointCount | long* | Pointer to a variable which will receive the count of points in the entity clipping region. |
This function does not process image pixels.
None