Xamarin.Forms.Rectangle.Offset Method
A new Xamarin.Forms.Rectangle whose Rectangle.Location is offset by dx and dy.

Syntax

public Rectangle Offset (double dx, double dy)

Parameters

dx
Change along the X axis.
dy
Change along the Y axis.

Returns

A new Xamarin.Forms.Rectangle whose Rectangle.Location is equal to thisXamarin.Forms.Rectangle's Rectangle.Location translated by dx and 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