Path.reset против Path.rewind

В чем разница между path.reset()и path.rewind()в андроиде?

В документах говорится, что

public void reset ()

Clear any lines and curves from the path, making it empty. This does NOT change the fill-type setting.

public void rewind ()

Rewinds the path: clears any lines and curves from the path but keeps the internal data structure for faster reuse.

но что это на самом деле означает?

когда следует использовать любой из них?

11
задан Gautam 16 July 2012 в 13:40
поделиться