Class CurveTo2

CurveTo2 class

Class representing y operator (append curve to path, final point replicated).

public class CurveTo2 : Operator

Constructors

NameDescription
CurveTo2(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 visitor object to process operator.
override ToString()Returns text of operator and its parameters.
ValueEquals(Operator)Compares this instance with the given object.

See Also