Android.Graphics.Rect.Offset Method
Offset the rectangle by adding dx to its left and right coordinates, and adding dy to its top and bottom coordinates.

Syntax

[Android.Runtime.Register("offset", "(II)V", "")]
public void Offset (int dx, int dy)

Parameters

dx
The amount to add to the rectangle's left and right coordinates
dy
The amount to add to the rectangle's top and bottom coordinates

Remarks

Offset the rectangle by adding dx to its left and right coordinates, and adding dy to its top and bottom coordinates.

[Android Documentation]

Requirements

Namespace: Android.Graphics
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1