Functions | |
void | Rollback_Ink (int count) |
void | QRollback_Ink (const char *segment, int count) |
void Rollback_Ink | ( | int | count | ) |
Removes vertices added to a polyline via Insert_Ink().
count | - Number of points to remove from the polyline, beginning with the most recent. |
void QRollback_Ink | ( | const char * | segment, | |
int | count | |||
) |
Similar to Rollback_Ink, but operates on the given segment rather than the currently open one.
segment | - Segment on which to rollback polyline points. | |
count | - Number of points to remove from the polyline, beginning with the most recent. |