Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Operators Namespace / MoveTo Class
Members

In This Topic
    MoveTo Class
    In This Topic
    PDF "m" operator. Begin a new subpath by moving the current point to coordinates (x, y), omitting any connecting line segment. If the previous path construction operator in the current path was also m, the new m overrides it; no vestige of the previous m operation remains in the path.
    Object Model
    MoveTo Class
    Syntax
    'Declaration
     
    Public Class MoveTo 
       Inherits OperatorBase
    public class MoveTo : OperatorBase 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Pdf.Operators.OperatorBase
          GrapeCity.Documents.Pdf.Operators.MoveTo

    See Also