SVGPathSegList.SVGPathSegList C# (CSharp) 메소드

SVGPathSegList() 공개 메소드

public SVGPathSegList ( int size ) : System.Collections.Generic
size int
리턴 System.Collections.Generic
    public SVGPathSegList(int size)
    {
        _segList = new List<object>(size);
    }