ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / Point2D Structure / Offset Method / Offset(Point2D,Double,Double) Method

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

    Parameters

    pt
    dx
    dy
    See Also