Functions | |
HC_EXTERNAL HIC_API void | HIC_Set_Clipping (HIC_Rendition const *nr, long nleft, long nright, long nbottom, long ntop) |
HC_EXTERNAL HIC_API HIC_Int_Rectangle const * | HIC_Show_Clipping (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API void | HIC_UnSet_Clipping_Not_Needed (HIC_Rendition const *nr) |
HC_EXTERNAL HIC_API void HIC_Set_Clipping | ( | HIC_Rendition const * | nr, |
long | nleft, | ||
long | nright, | ||
long | nbottom, | ||
long | ntop | ||
) |
nr | A pointer to a const HIC_Rendition. |
nleft | An int. |
nright | An int. |
nbottom | An int. |
ntop | An int. |
This function sets the hard clip limit attributes.
HC_EXTERNAL HIC_API HIC_Int_Rectangle const* HIC_Show_Clipping | ( | HIC_Rendition const * | nr | ) |
nr | A pointer to a const HIC_Rendition. |
This function returns the clipping rectangle.
HC_EXTERNAL HIC_API void HIC_UnSet_Clipping_Not_Needed | ( | HIC_Rendition const * | nr | ) |
nr | A pointer to a const HIC_Rendition. This should be a new rendition created by HIC_New_Rendition. |
This function clears the 'clipping not needed' flag.