SVGPathSegLinetoHorizontalRel Class

SVGPathSegLinetoHorizontalRel class

The SVGPathSegLinetoHorizontalRel interface corresponds to a “relative horizontal lineto” (h) path data command.

public class SVGPathSegLinetoHorizontalRel : SVGPathSeg

Properties

NameDescription
PathSegType { get; }The type of the path segment as specified by one of the constants defined on this interface.
PathSegTypeAsLetter { get; }The type of the path segment, specified by the corresponding one character command name.
X { get; set; }The relative X coordinate for the end point of this path segment.

Methods

NameDescription
Dispose()Releases unmanaged and - optionally - managed resources.
virtual GetPlatformType()This method is used to retrieve the ECMAScript object .

See Also