Declaration:
Copy Code |
|
|---|---|
AT_ERRCOUNT ACCUAPI IG_vect_figure_set_fillmode(
HIG_VECT_ENTITY hEntity,
enumIGVectFillMode nFillMode
);
|
|
Arguments:
| Name | Type | Description |
| hEntity | HIG_VECT_ENTITY | Figure entity handle. |
| nFillMode | enumIGVectFillMode | Fill mode to be set. |
Description:
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.
Return Value:
Returns the number of ImageGear errors that occurred during this function call.
Sample:
None