Class CurveTo1

CurveTo1 class

Class representing v operator (append curve to path, initial point replicated).

public class CurveTo1 : Operator

Constructors

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

Properties

NameDescription
Index { get; set; }Operator index in page operators list.
Points { get; }Points of the curve.

Methods

NameDescription
override Accept(IOperatorSelector)Accepts operator selector.
override ToString()Returns text of operator and its parameters.
ValueEquals(Operator)Compares this instance with the given object.

See Also