CurveTo2
CurveTo2 class
Class representing y operator (append curve to path, final point replicated).
public class CurveTo2 : Operator
Constructors
Name |
Description |
CurveTo2(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 visitor object to process operator. |
override ToString() |
Returns text of operator and its parameters. |
See Also