Class CurveTo1
CurveTo1 class
Class representing v operator (append curve to path, initial point replicated).
public class CurveTo1 : Operator
Constructors
Name | Description |
---|
CurveTo1(double, double, double, double) | Initializes curve operator. |
Properties
Name | Description |
---|
Index { get; set; } | Operator index in page operators list. |
Points { get; } | Points of the curve. |
Methods
Name | Description |
---|
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