[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgHorizontalLineToCommand

Class SvgHorizontalLineToCommand

Namespace
GrapeCity.Documents.Svg
Assembly
GcDocs.Imaging.dll

Represents a horizontal line command in the path data.

public class SvgHorizontalLineToCommand : SvgPathCommand
Inheritance
object
SvgHorizontalLineToCommand
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

SvgHorizontalLineToCommand(bool)

Initializes a new instance of the SvgHorizontalLineToCommand class.

public SvgHorizontalLineToCommand(bool relative = false)

Parameters

relative bool

Indicates whether the command uses absolute (false) or relative (true) coordinates.

Properties

X

Gets or sets the X-coordinate of the destination point.

public float X { get; set; }

Property Value

float