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

In This Topic
    Offset(Point2F,Vector2) Method
    In This Topic
    Offsets the point by the specified amount.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Offset( _
       ByVal pt As Point2F, _
       ByVal offset As Vector2 _
    ) As Point2F
    public static Point2F Offset( 
       Point2F pt,
       Vector2 offset
    )

    Parameters

    pt
    offset
    See Also