Set_Clipping

Functions

void

HIC_Set_Clipping

HIC_Int_Rectangle *

HIC_Show_Clipping

void

HIC_UnSet_Clipping_Not_Needed

Detailed Description

group Set_Clipping

Function Documentation

void HIC_Set_Clipping(HIC_Rendition *nr, long nleft, long nright, long nbottom, long ntop)

This function sets the hard clip limit attributes.

Parameters
  • nr – A pointer to a const HIC_Rendition.

  • nleft – An int.

  • nright – An int.

  • nbottom – An int.

  • ntop – An int.

HIC_Int_Rectangle *HIC_Show_Clipping(HIC_Rendition *nr)

This function returns the clipping rectangle.

Parameters

nr – A pointer to a const HIC_Rendition.

Returns

A pointer to a HIC_Int_Rectangle.

void HIC_UnSet_Clipping_Not_Needed(HIC_Rendition *nr)

This function clears the ‘clipping not needed’ flag.

Parameters

nr – A pointer to a const HIC_Rendition. This should be a new rendition created by HIC_New_Rendition.