Class CurveTo
CurveTo class
Class representing c operator (append curve to path).
public class CurveTo : Operator
Constructors
Name | Description |
---|
CurveTo(double, double, 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 representation of operator. |
ValueEquals(Operator) | Compares this instance with the given object. |
See Also