ImageGear Professional v18.2 > API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > Page Editing Objects and Elements > HIG_PDE_PATH > IG_PDE_path_create |
Creates an empty path element.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_PDE_path_create( LPHIG_PDE_PATH lphPath ); |
Name | Type | Description |
lphPath | LPHIG_PDE_PATH | Newly created empty path element. |
Error count.
This function does not process image pixels.
Call IG_PDE_element_release to dispose of the created path object when finished with it.