MoveTo Class
Class representing m operator (move to and begin new subpath).
Inheritance Hierarchy

Namespace: Aspose.Pdf.Operators
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public class MoveTo : Operator

The MoveTo type exposes the following members.

Constructors
  NameDescription
Public methodMoveTo
Inintalizes new [!:Operators.m] (move to) operator.
Properties
  NameDescription
Public propertyIndex
Operator index in page operators list.
(Inherited from Operator.)
Public propertyX
X coordinate
Public propertyY
Y coordinate
Methods
See Also