Point.Offset(Int32, Int32) Method

Definition

Offset the point's coordinates by dx, dy

[Android.Runtime.Register("offset", "(II)V", "")]
public void Offset (int dx, int dy);
[<Android.Runtime.Register("offset", "(II)V", "")>]
member this.Offset : int * int -> unit

Parameters

dx
Int32
dy
Int32
Attributes

Remarks

Offset the point's coordinates by dx, dy

Java documentation for android.graphics.Point.offset(int, int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to