[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgSmoothCurveToCommand

SvgSmoothCurveToCommand Class

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

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

Constructors

Name Description
SvgSmoothCurveToCommand(bool)

Initializes a new instance of the SvgSmoothCurveToCommand class.

Properties

Name Description
X

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

X2

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

Y

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

Y2

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