[]
Represents a horizontal line command in the path data.
public class SvgHorizontalLineToCommand : SvgPathCommand
Initializes a new instance of the SvgHorizontalLineToCommand class.
public SvgHorizontalLineToCommand(bool relative = false)
relative
boolIndicates whether the command uses absolute (false) or relative (true) coordinates.
Gets or sets the X-coordinate of the destination point.
public float X { get; set; }