This function scales the View camera.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_vect_view_scale( HIG_VECT_VIEW hView, float fXscale, float fYscale, float fZscale ); |
Name | Type | Description |
---|---|---|
hView | HIG_VECT_VIEW | Handle to the View. |
fXscale | float | The x relative scale factors. |
fYscale | float | The y relative scale factors. |
fZscale | float | The z relative scale factors. |
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