HOOPS/3dGS I.M. Interface

     << Back      Full Index      Forward >>


New_User_Line_Pattern2


Functions

HT_User_Line_Pattern * New_User_Line_Pattern2 (HT_Rendition *nr, int nlen, unsigned short *npat, int abs)
void Free_User_Line_Pattern (pointer)

Function Documentation

HT_User_Line_Pattern * New_User_Line_Pattern2 HT_Rendition *  nr,
int  nlen,
unsigned short *  npat,
int  abs
 

Define a pattern to be applied to line drawing.

Parameters:
nr - Rendition created with HIC_New_Rendition. Passed by reference
nlen - The number of values in npat
npat - an array of unsigned shorts whose values indicate the lengths of the dashes and spaces in the pattern
abs - non-zero if the lengths are specified in absolute device coordinates. Zero if defined as nominal pixels
Returns:
new_pattern - Pointer to user line pattern descriptor structure. See below for details.

DETAILS

Similar to New_User_Line_Pattern() but uses integers to describe the pattern.

NOTES

RESTRICTIONS

See also:
New_User_Face_Pattern, Free_User_Line_Pattern, New_User_Line_Pattern

void Free_User_Line_Pattern pointer   ) 
 

Main Index

HOOPS/3dGS I.M. Interface

     << Back      Full Index      Forward >>