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.
Points { get; }Points of the curve.

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.

See Also