This function creates new vector page with empty vector data.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_vector_page_create( HIGDIBINFO hDIB, HIGEAR* lphIGear ); |
Name | Type | Description |
---|---|---|
hDIB | HIGDIBINFO | HIGDIBINFO used to populate the properties of the to-be-created vector page. |
lphIGear | HIGEAR* | A reference to the HIGEAR where the vector page will be created. |
To determine the number of errors currently on the error stack use IG_error_check. After fetching all error information you need using IG_error_get, use IG_error_clear to clear the stack.
This function does not process image pixels.
None