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

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

    Parameters

    rc
    dx
    dy
    See Also