This function sets View content.
Declaration:
Copy Code | |
---|---|
AT_ERRCOUNT ACCUAPI IG_vect_view_set_content( HIG_VECT_VIEW hView, HIG_VECT_ENTITY hContent ); |
Arguments:
Name | Type | Description |
hView | HIG_VECT_VIEW | Handle to the View. |
hContent | HIG_VECT_ENTITY | Handle of the entity being set as View content. |
Return Value:
Returns 0 if successful. Otherwise, returns the number of ImageGear errors that occurred during this function call.
Supported Raster Image Formats:
This function does not process image pixels.
Sample:
None