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

In This Topic
    Offset(Point2D,Point2D) Method
    In This Topic
    Offsets the point by the specified amount.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Offset( _
       ByVal point1 As Point2D, _
       ByVal point2 As Point2D _
    ) As Point2D
    public static Point2D Offset( 
       Point2D point1,
       Point2D point2
    )

    Parameters

    point1
    point2
    See Also