Xamarin.Forms.Point.Offset Method
Returns a new Xamarin.Forms.Point that translates the current Xamarin.Forms.Point by dx and dy.

Syntax

public Point Offset (double dx, double dy)

Parameters

dx
The amount to add along the X axis.
dy
The amount to add along the Y axis.

Returns

A new Xamarin.Forms.Point at [this.X + dx, this.Y + dy].

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Xamarin.Forms
Assembly: Xamarin.Forms.Core (in Xamarin.Forms.Core.dll)
Assembly Versions: 1.0.0.0, 1.1.0.0, 1.2.0.0, 1.3.0.0