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

In This Topic
    Offset(RectF,Size2F) Method
    In This Topic
    Offsets the rectangle by the specified amount.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Offset( _
       ByVal rc As RectF, _
       ByVal sz As Size2F _
    ) As RectF
    public static RectF Offset( 
       RectF rc,
       Size2F sz
    )

    Parameters

    rc
    sz
    See Also