[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgCurveToCommand

SvgCurveToCommand Class

Represents a cubic Bézier curve command in the path data.

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

Constructors

Name Description
SvgCurveToCommand(bool)

Initializes a new instance of the SvgCurveToCommand class.

Properties

Name Description
X

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

X1

Gets or sets the X-coordinate of the first control point.

X2

Gets or sets the X-coordinate of the second control point.

Y

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

Y1

Gets or sets the Y-coordinate of the first control point.

Y2

Gets or sets the Y-coordinate of the second control point.