SVGPathSegList.SVGPathSegList C# (CSharp) Méthode

SVGPathSegList() public méthode

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