[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgSmoothQuadraticBezierCurveToCommand

SvgSmoothQuadraticBezierCurveToCommand Class

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

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

Constructors

Name Description
SvgSmoothQuadraticBezierCurveToCommand(bool)

Initializes a new instance of the SvgSmoothQuadraticBezierCurveToCommand 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.