Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Operators Namespace / MoveToNextLineUpdateLeading Class / MoveToNextLineUpdateLeading Constructor
The value of Tx.
The value of Ty.

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

    Parameters

    tx
    The value of Tx.
    ty
    The value of Ty.
    See Also