Class CurveTo

CurveTo class

Class representing c operator (append curve to path).

public class CurveTo : Operator

Constructors

NameDescription
CurveTo(double, double, double, double, double, double)Initializes curve operator.

Properties

NameDescription
Index { get; set; }Operator index in page operators list.

Methods

NameDescription
override Accept(IOperatorSelector)Accepts visitor object to process operator.
override ToString()Returns text representation of operator.
ValueEquals(Operator)Compares this instance with the given object.

Fields

NameDescription
X1Gets or sets the X1 coordinate.
X2Gets or sets the X2 coordinate.
X3Gets or sets the X3 coordinate.
Y1Gets or sets the Y1 coordinate.
Y2Gets or sets the Y2 coordinate.
Y3Gets or sets the Y3 coordinate.

See Also