Functions | |
HC_EXTERNAL HIC_API HIC_Convex_Clip_Region const * | HIC_New_Convex_Clip_Region (HIC_Rendition const *nr, long ncnt, HIC_DC_Point const npts[]) |
HC_EXTERNAL HIC_API void | HIC_Free_Convex_Clip_Region (HIC_Convex_Clip_Region const *ccr) |
HC_EXTERNAL HIC_API void | HIC_Set_Convex_Clip_Region (HIC_Rendition const *nr, HIC_Convex_Clip_Region const *ccr) |
HC_EXTERNAL HIC_API void HIC_Free_Convex_Clip_Region | ( | HIC_Convex_Clip_Region const * | ccr | ) |
ccr | A pointer to a const Convex_Clip_Region. |
This function frees the memory associated with a convex clip region.
HC_EXTERNAL HIC_API HIC_Convex_Clip_Region const* HIC_New_Convex_Clip_Region | ( | HIC_Rendition const * | nr, |
long | ncnt, | ||
HIC_DC_Point const | npts[] | ||
) |
nr | A pointer to a const HIC_Rendition. |
ncnt | An int. |
npts | A pointer to a const HIC_DC_Point. |
This function creates a convex clip region.
HC_EXTERNAL HIC_API void HIC_Set_Convex_Clip_Region | ( | HIC_Rendition const * | nr, |
HIC_Convex_Clip_Region const * | ccr | ||
) |
nr | A pointer to a const HIC_Rendition. |
ccr | A pointer to a const HIC_Convex_Clip_Region. |
This function sets the convex clip region.