Android.Graphics.Region.Translate Method
Set the dst region to the result of translating this region by [dx, dy].

Syntax

[Android.Runtime.Register("translate", "(IILandroid/graphics/Region;)V", "GetTranslate_IILandroid_graphics_Region_Handler")]
public virtual void Translate (int dx, int dy, Region dst)

Parameters

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

Remarks

Set the dst region to the result of translating this region by [dx, dy]. If this region is empty, then dst will be set to empty.

[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