Removes one or more elements from a clip object.
Declaration:
Copy Code |
|
|---|---|
AT_ERRCOUNT ACCUAPI IG_PDE_clip_remove_elements(
HIG_PDE_CLIP hClip,
LONG nIndex,
LONG nCount );
|
|
Arguments:
| hClip | The clip object from which an element is removed. |
| nIndex | First element to remove. |
| nCount | Number of elements to remove. |
Return Value:
Error count.
Supported Raster Image Formats:
This function does not process image pixels.
