User_Line_Pattern
Functions
HIC_Line_Style * |
|
HIC_Line_Style * |
|
void |
Detailed Description
- group User_Line_Pattern
Function Documentation
-
HIC_Line_Style *HIC_New_User_Line_Pattern(HIC_Rendition const *nr, long nlen, void *npat)
This function creates a new user line pattern.
- Parameters:
nr – A pointer to a const HIC_Rendition.
nlen – A long.
npat – A void pointer.
- Returns:
A pointer to a HIC_Line_Style.
-
HIC_Line_Style *HIC_New_User_Line_Pattern2(HIC_Rendition const *nr, long nlen, void *npat, long abs)
This function creates a new user line pattern, using integers to describe the pattern.
See also
- Parameters:
nr – A pointer to a const HIC_Rendition.
nlen – A long.
npat – A void pointer.
abs – A long.
- Returns:
A pointer to a HIC_Line_Style.
-
void HIC_Free_User_Line_Pattern(HIC_Line_Style const *upat)
This function frees memory associated with a user line pattern.
See also
- Parameters:
upat – A pointer to a const HIC_Line_Style.