This function sets View content.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_vect_view_set_content( HIG_VECT_VIEW hView, HIG_VECT_ENTITY hContent ); |
Name | Type | Description |
---|---|---|
hView | HIG_VECT_VIEW | Handle to the View. |
hContent | HIG_VECT_ENTITY | Handle of the entity being set as View content. |
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