ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / Point2L Structure / Offset Method / Offset(Point2L,Point2L) Method

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

    Parameters

    point1
    point2
    See Also