ComponentOne Bitmap for WPF
C1.WPF.Bitmap.4.5.2 Assembly / C1.WPF.Bitmap Namespace / ImageRect Structure / Offset Method

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

    Parameters

    dx
    dy
    See Also