Rectangle.Offset Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Offset(Point) | |
Offset(Double, Double) |
Offset(Point)
Offset(Double, Double)
public Xamarin.Forms.Rectangle Offset (double dx, double dy);
member this.Offset : double * double -> Xamarin.Forms.Rectangle
Parameters
- dx
- System.Double
Change along the X axis.
- dy
- System.Double
Change along the Y axis.
Returns
A new Rectangle whose Location is equal to this
Rectangle's Location translated by dx
and dy
.