Draw_Window

Functions

void

HIC_Draw_Window

void

HIC_Draw_Window_Frame

Detailed Description

group Draw_Window

Function Documentation

void HIC_Draw_Window(HIC_Rendition *nr, HIC_Int_Rectangle *extent)

This function fills the intersection of the rectangle specified by extent and the current clipping rectangle with the pattern determined by window color, pattern and contrast color.

Parameters
  • nr – A pointer to a const HIC_Rendition.

  • extent – A pointer to a const HIC_Int_Rectangle.

void HIC_Draw_Window_Frame(HIC_Rendition *nr, HIC_Int_Rectangle *extent, HIC_Int_Rectangle *frame, int calculate_only)

This function draws a frame of concentric rectangles using two solid polylines where the weight of the lines and the space between them is the device’s default line weight.

Parameters
  • nr – A pointer to a const HIC_Rendition.

  • extent – A pointer to a const HIC_Int_Rectangle. Specifies extents of frame around window.

  • frame – A pointer to a HIC_Int_Rectangle.

  • calculate_only – A boolean. If true the function draws nothing, otherwise draws specified frame.