This function appends a new entity to the entity clipping region.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_vect_ent_cliprgn_add_path( HIG_VECT_ENTITY hEntity, HIG_VECT_ENTITY hClipRgnPath ); |
Name | Type | Description |
---|---|---|
hEntity | HIG_VECT_ENTITY | Handle of the entity whose clipping region is expanded. |
hClipRgnPath | HIG_VECT_ENTITY | Entity that will be added to the clipping path. |
This function does not process image pixels.
None
Entity hClipRgnPath will be converted to the sequence of 3D points to be added to the clipping region data.