Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextLayout Class / ApplyOffset Method
The offset along the horizontal direction.
The offset along the vertical direction.

In This Topic
    ApplyOffset Method (TextLayout)
    In This Topic
    Adjusts the positions of content rectangle, inline and anchored objects by a specified amount.
    Syntax
    'Declaration
     
    Public Sub ApplyOffset( _
       ByVal dx As System.Single, _
       ByVal dy As System.Single _
    ) 
    public void ApplyOffset( 
       System.float dx,
       System.float dy
    )

    Parameters

    dx
    The offset along the horizontal direction.
    dy
    The offset along the vertical direction.
    See Also