Class MoveTo
MoveTo class
Class representing m operator (move to and begin new subpath).
public class MoveTo : Operator
Constructors
| Name | Description |
|---|
| MoveTo(double, double) | Inintalizes new !:Operators.m (move to) operator. |
Properties
| Name | Description |
|---|
| Index { get; set; } | Operator index in page operators list. |
| X { get; set; } | X coordinate |
| Y { get; set; } | Y coordinate |
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