Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgLineToCommand Class
Properties

In This Topic
    SvgLineToCommand Class Members
    In This Topic

    The following tables list the members exposed by SvgLineToCommand.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the SvgLineToCommand class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the type of the path command. (Inherited from GrapeCity.Documents.Svg.SvgPathCommand)
    Public PropertyGets or sets a value indicating whether the command uses absolute (false) or relative (true) coordinates. (Inherited from GrapeCity.Documents.Svg.SvgPathCommand)
    Public PropertyGets or sets the X-coordinate of the destination point.  
    Public PropertyGets or sets the Y-coordinate of the destination point.  
    Top
    See Also