Restart_Ink
Functions | |
void | DRestart_Ink (void) |
Similar to Restart_Ink(), but should be used in conjunction with DInsert_Ink(). More... | |
void | Restart_Ink (void) |
Makes sure that the next Insert_Ink request in the current segment starts a brand-new line. More... | |
Detailed Description
Function Documentation
◆ DRestart_Ink()
void DRestart_Ink | ( | void | ) |
Similar to Restart_Ink(), but should be used in conjunction with DInsert_Ink().
DETAILS
No additional details. See Restart_Ink()
◆ Restart_Ink()
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.