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

In This Topic
    Offset(Point2L) Method
    In This Topic
    Offsets the point by the specified amount.
    Syntax
    'Declaration
     
    Public Overloads Sub Offset( _
       ByVal pt As Point2L _
    ) 
    public void Offset( 
       Point2L pt
    )

    Parameters

    pt
    See Also