Point.Subtraction(Point, Size) Operator
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.
public static Xamarin.Forms.Point operator - (Xamarin.Forms.Point pt, Xamarin.Forms.Size sz);
static member ( - ) : Xamarin.Forms.Point * Xamarin.Forms.Size -> Xamarin.Forms.Point
Parameters
Returns
A new Point at [pt.X - sz.Width, pt.Y - sz.Height]
.