Segment_Path

Functions

HIC_Segment_Path const *

HIC_Show_Segment_Path

void

HIC_Free_Segment_Path

Detailed Description

group Segment_Path

Function Documentation

HIC_Segment_Path const *HIC_Show_Segment_Path(HIC_Rendition const *nr)

This function returns an array of keys which specifies the complete draw path.

Parameters:

nr – A pointer to a const HIC_Rendition.

Returns:

A pointer to a const HIC_Segment_Path.

void HIC_Free_Segment_Path(HIC_Segment_Path const *sp)

This function frees memory associated with a segment path.

Parameters:

sp – A pointer to a const HIC_Segment_Path.