Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / Point2L Structure / Offset Method / Offset(Int32,Int32) Method

In This Topic
    Offset(Int32,Int32) Method
    In This Topic
    Offsets the point by the specified amount.
    Syntax
    'Declaration
     
    Public Overloads Sub Offset( _
       ByVal dx As System.Integer, _
       ByVal dy As System.Integer _
    ) 
    public void Offset( 
       System.int dx,
       System.int dy
    )

    Parameters

    dx
    dy
    See Also