Android.Graphics.Region.Translate Method
Translate the region by [dx, dy].

Syntax

[Android.Runtime.Register("translate", "(II)V", "GetTranslate_IIHandler")]
public virtual void Translate (int dx, int dy)

Parameters

dx
Documentation for this section has not yet been entered.
dy
Documentation for this section has not yet been entered.

Remarks

Translate the region by [dx, dy]. If the region is empty, do nothing.

[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