Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Operators Namespace / MoveTo Class / MoveTo Constructor
The value of X.
The value of Y.

In This Topic
    MoveTo Constructor
    In This Topic
    Initializes a new instance of the MoveTo class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal x As System.Single, _
       ByVal y As System.Single _
    )
    public MoveTo( 
       System.float x,
       System.float y
    )

    Parameters

    x
    The value of X.
    y
    The value of Y.
    See Also