Complex_Clip_Region
Functions | |
HC_EXTERNAL HIC_API void | HIC_Free_Complex_Clip_Region (HIC_Complex_Clip_Region const *ccr) |
HC_EXTERNAL HIC_API HIC_Complex_Clip_Region const * | HIC_New_Complex_Clip_Region (HIC_Rendition const *nr, long nloops, int const nlengths[], HIC_DC_Point const npts[]) |
HC_EXTERNAL HIC_API void | HIC_Set_Complex_Clip_Region (HIC_Rendition const *nr, HIC_Complex_Clip_Region const *ccr) |
Detailed Description
Function Documentation
◆ HIC_Free_Complex_Clip_Region()
HC_EXTERNAL HIC_API void HIC_Free_Complex_Clip_Region | ( | HIC_Complex_Clip_Region const * | ccr | ) |
- Parameters
-
ccr A pointer to a const Complex_Clip_Region.
This function frees the memory associated with a complex clip region.
◆ HIC_New_Complex_Clip_Region()
HC_EXTERNAL HIC_API HIC_Complex_Clip_Region const* HIC_New_Complex_Clip_Region | ( | HIC_Rendition const * | nr, |
long | nloops, | ||
int const | nlengths[], | ||
HIC_DC_Point const | npts[] | ||
) |
- 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.
This function creates a complex clip region.
◆ HIC_Set_Complex_Clip_Region()
HC_EXTERNAL HIC_API void HIC_Set_Complex_Clip_Region | ( | HIC_Rendition const * | nr, |
HIC_Complex_Clip_Region const * | ccr | ||
) |
- Parameters
-
nr A pointer to a const HIC_Rendition. ccr A pointer to a const HIC_Complex_Clip_Region.
This function sets the complex clip region.
- See also
- HIC_New_Complex_Clip_Region