[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgMoveToCommand

SvgMoveToCommand Class

Represents a 'moveto' command in the path data.

Inheritance
SvgMoveToCommand
Namespace: GrapeCity.Documents.Svg
Assembly: DS.Documents.Imaging.dll
Syntax
public class SvgMoveToCommand : SvgPathCommand
Public Class SvgMoveToCommand
    Inherits SvgPathCommand

Constructors

Name Description
SvgMoveToCommand(bool)

Initializes a new instance of the SvgMoveToCommand class.

Properties

Name Description
X

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

Y

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