Brief Index      Full Index      Events Index      I.M. Reference

Restart_Ink

Functions

void Restart_Ink (void)
void DRestart_Ink (void)

Function Documentation

void Restart_Ink ( void  )

Makes sure that the next Insert_Ink request in the current segment starts a brand-new line.

DETAILS

"Inking" has been provided as a shorthand way of building polylines. Normally, consecutive Insert_Ink() requests (in the same segment) just build and build and build. A call to Restart_Ink() will force the next Insert_Ink() to begin a new polyline.

NOTES

Redundant Restart_Ink() requests do not hurt anything.

RESTRICTIONS

See also:
Insert_Ink, Insert_Line, Insert_Polyline.
void DRestart_Ink ( void  )

Similar to Restart_Ink(), but should be used in conjunction with DInsert_Ink().

DETAILS

No additional details. See Restart_Ink()

Brief Index      Full Index      Events Index      I.M. Reference