[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgQuadraticBezierCurveToCommand

SvgQuadraticBezierCurveToCommand Class

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

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

Constructors

Name Description
SvgQuadraticBezierCurveToCommand(bool)

Initializes a new instance of the SvgQuadraticBezierCurveToCommand class.

Properties

Name Description
X

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

X1

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

Y

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

Y1

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