Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / Quadrilateral Structure / Offset Method / Offset(Single,Single) Method

In This Topic
    Offset(Single,Single) Method
    In This Topic
    Offsets all points of this Quadrilateral by the x and y.
    Syntax
    'Declaration
     
    Public Overloads Sub Offset( _
       ByVal x As System.Single, _
       ByVal y As System.Single _
    ) 
    public void Offset( 
       System.float x,
       System.float y
    )

    Parameters

    x
    y
    See Also