Gets the gradient name.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_vect_gradient_get_name( HIG_VECT_GRADIENT hGradient, LPCHAR lpName, LONG nSize ); |
Name | Type | Description |
---|---|---|
hGradient | HIG_VECT_GRADIENT | Handle to a gradient object. |
lpName | LPCHAR | Pointer to a memory buffer to receive the name of the gradient object. |
nSize | LONG | Size of the memory buffer. |
Returns 0 if successful. Otherwise, returns the number of ImageGear errors that occurred during this function call.
This function does not process image pixels.
None