HMIN_title_writeborder()
Writes the border of a title to HyperMesh.
Syntax
void HMIN_title_writeborder(int borderon, int bordercolor, int borderwidth, double borderxmin, double borderxmax, double borderymin, double borderymax);
Type
HyperMesh hminlib Function
Description
Writes the border of a title to HyperMesh.
Inputs
- borderon
- Indicates whether the border is on or off.
- 0 - If the border is off.
- 1 - If the border is on.
- bordercolor
- The color to be assigned to the border.
- borderwidth
- The width to be assigned to the border.
- 1 - For a thick border.
- 3 - For a thin border.
- borderxmin
- The x value of the upper left plot window.
- borderxmax
- The x value of the lower right plot window.
- borderymin
- The y value of the upper left plot window.
- borderymax
- The y value of the lower right plot window.
Example
The values allowed for the x and y coordinates used for border minimums and maximums range from (0,0) to (1,1).
Errors
None.