com.aspose.html.dom.svg.paths

Class SVGPathSegLinetoAbs

  • All Implemented Interfaces:
    com.aspose.html.internal.ms.System.IDisposable


    @DOMObjectAttribute
     @DOMNameAttribute(name="SVGPathSegLinetoAbs")
    public class SVGPathSegLinetoAbs
    extends SVGPathSeg

    The SVGPathSegLinetoAbs interface corresponds to an "absolute lineto" (L) path data command.

    See Also:
    SVGPathSeg