[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgVerticalLineToCommand

Class SvgVerticalLineToCommand

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

Represents a vertical line command in the path data.

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

Constructors

SvgVerticalLineToCommand(bool)

Initializes a new instance of the SvgVerticalLineToCommand class.

public SvgVerticalLineToCommand(bool relative = false)

Parameters

relative bool

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

Properties

Y

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

public float Y { get; set; }

Property Value

float