ComponentOne Bitmap for UWP
Offset Method (ImageRect)

C1.UWP.Bitmap Assembly > C1.Xaml.Bitmap Namespace > ImageRect Structure : Offset Method
Offsets the rectangle by the specified amount.
Syntax
'Declaration
 
Public Sub Offset( _
   ByVal dx As System.Integer, _
   ByVal dy As System.Integer _
) 
public void Offset( 
   System.int dx,
   System.int dy
)

Parameters

dx
dy
See Also

Reference

ImageRect Structure
ImageRect Members