ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / RectD Structure / Offset Method / Offset(RectD,Size2D) Method

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

    Parameters

    rc
    sz
    See Also