com.aspose.html.dom.svg.paths

Class SVGPathSegList

    • Constructor Detail

      • SVGPathSegList

        public SVGPathSegList()

        Initializes a new instance of the SVGPathSegList class.

      • SVGPathSegList

        public SVGPathSegList(com.aspose.html.internal.ms.System.Collections.Generic.IGenericEnumerable<SVGPathSeg> enumerable)

        Initializes a new instance of the SVGPathSegList class.

        Parameters:
        enumerable - The enumerable.
    • Method Detail

      • deepClone

        public Object deepClone()

        Creates a new object that is a copy of the current instance.

        Specified by:
        deepClone in class SVGValueType
        Returns:
        A new object that is a copy of this instance.