IG_vect_beziersurface_get_mdegree
This function retrieves the degree of the specified Bezier surface in M direction.
Declaration:
|
Copy Code
|
AT_ERRCOUNT ACCUAPI IG_vect_beziersurface_get_mdegree(
HIG_VECT_ENTITY hEntity,
long* lpDegree
);
|
Arguments:
Name |
Type |
Description |
hEntity |
HIG_VECT_ENTITY |
Handle to the entity of type IG_VECT_ENT_BEZIER_SURFACE. |
lpDegree |
long* |
Pointer to a variable that will receive the surface degree in M direction. |
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
Remarks:
M and N directions can be interpreted as columns and rows in the surface's mesh.