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

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

    Parameters

    pt
    dx
    dy
    See Also