Create a new soft mask from a name.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_PDE_softmask_create_from_name( HIG_PDF_ATOM hName, LPHIG_PDE_SOFTMASK lphSoftMask ); |
Name | Type | Description |
---|---|---|
hName | HIG_PDF_ATOM | The new name for the soft mask. Currently, the only valid name is None. |
lphSoftMask | LPHIG_PDE_SOFTMASK | The newly created object. |
Error count.
This function does not process image pixels.
Call IG_PDE_element_release to dispose the created object when finished with it.