Xamarin.Forms.Rectangle.Offset Method
A new Xamarin.Forms.Rectangle whose Rectangle.Location is offset by dr.

Syntax

public Rectangle Offset (Point dr)

Parameters

dr
A Xamarin.Forms.Point whose X and Y values should be added to thisXamarin.Forms.Rectangle's Rectangle.Location.

Returns

A new Xamarin.Forms.Rectangle whose Rectangle.Location is equal to thisXamarin.Forms.Rectangle's Rectangle.Location translated by dr.

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