Complex_Clip_Region
Functions
HIC_Complex_Clip_Region const * |
|
void |
|
void |
Detailed Description
- group Complex_Clip_Region
Function Documentation
-
HIC_Complex_Clip_Region const *HIC_New_Complex_Clip_Region(HIC_Rendition const *nr, long nloops, int const nlengths[], HIC_DC_Point const npts[])
This function creates a complex clip region.
- Parameters:
nr – A pointer to a const HIC_Rendition.
ncnt – An int.
npts – A pointer to a const HIC_DC_Point.
- Returns:
A pointer to a const HIC_Complex_Clip_Region.
-
void HIC_Free_Complex_Clip_Region(HIC_Complex_Clip_Region const *ccr)
This function frees the memory associated with a complex clip region.
- Parameters:
ccr – A pointer to a const Complex_Clip_Region.
-
void HIC_Set_Complex_Clip_Region(HIC_Rendition const *nr, HIC_Complex_Clip_Region const *ccr)
This function sets the complex clip region.
See also
- Parameters:
nr – A pointer to a const HIC_Rendition.
ccr – A pointer to a const HIC_Complex_Clip_Region.