ComponentOne Bitmap for UWP
Offset(RectF,Single,Single) Method

C1.UWP.DX Assembly > C1.Util.DX Namespace > RectF Structure > Offset Method : Offset(RectF,Single,Single) Method
Offsets the rectangle by the specified amount.
Syntax
'Declaration
 
Public Overloads Shared Function Offset( _
   ByVal rc As RectF, _
   ByVal dx As System.Single, _
   ByVal dy As System.Single _
) As RectF
public static RectF Offset( 
   RectF rc,
   System.float dx,
   System.float dy
)

Parameters

rc
dx
dy
See Also

Reference

RectF Structure
RectF Members
Overload List