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

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

    Parameters

    dx
    dy
    See Also