ImageGear for C and C++ on Windows v19.3 - Updated
IG_vect_ent_get_cliprgnsize
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.

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_vect_ent_get_cliprgnsize(
   HIG_VECT_ENTITY hEntity,
   long* lpPointCount
);

Arguments:

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.

Return Value:

Returns 0 if successful. Otherwise, returns the number of ImageGear errors that occurred during this function call.

Supported Raster Image Formats:

This function does not process image pixels.

Sample:

None