Class LineTo
LineTo class
Class representing l operator (add line to the path).
public class LineTo : Operator
Constructors
| Name | Description |
|---|
| LineTo(double, double) | Initializes line operator. |
Properties
| Name | Description |
|---|
| Index { get; set; } | Operator index in page operators list. |
| X { get; set; } | X coordinate of line point. |
| Y { get; set; } | Y coordinate of line point. |
Methods
| Name | Description |
|---|
| override Accept(IOperatorSelector) | Accepts visitor object to process operator. |
| override ToString() | Returns text representation of the operator. |
| ValueEquals(Operator) | Compares this instance with the given object. |
See Also