Clear() public method

public Clear ( ) : void
return void
 public void TestReadOnlyClear()
 {
     SvgPathSegList list = new SvgPathSegList("", true);
     list.Clear();
 }
Example #2
0
 public void StartPath()
 {
     _pathList.Clear();
 }