This function gets the face culling mode of the View.
Declaration:
Copy Code |
|
|---|---|
AT_ERRCOUNT IG_vect_view_get_cullface(
HIG_VECT_VIEW hView,
enumIGVectCullFace lpCullFace);
|
|
Arguments:
| Name | Type | Description |
| hView | HIG_VECT_VIEW | Handle to the View. |
| lpCullFace | enumIGVectCullFace | Buffer for the face culling mode. |
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:
Vector
Remarks:
Face culling mode specifies whether to render both front- and back-facing facets, only front-facing, or only back-facing ones.