SetList() 개인적인 메소드

private SetList ( SVGPathSegList, segList ) : void
segList SVGPathSegList,
리턴 void
예제 #1
0
 /***********************************************************************************/
 private void SetList(SVGPathSeg newItem)
 {
     if (newItem != null)
     {
         newItem.SetList(this);
     }
 }
예제 #2
0
 /***********************************************************************************/
 private void SetList(SVGPathSeg newItem)
 {
     if(newItem != null)
       newItem.SetList(this);
 }