Clear() public method

public Clear ( ) : void
return void
Ejemplo n.º 1
0
 public void TestReadOnlyClear()
 {
     SvgPathSegList list = new SvgPathSegList("", true);
     list.Clear();
 }
Ejemplo n.º 2
0
 public void StartPath()
 {
     _pathList.Clear();
 }