Point.Subtraction Betreiber
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
Subtraction(Point, Point) | |
Subtraction(Point, SizeF) |
Subtraction(Point, Point)
public:
static Microsoft::Maui::Graphics::Size operator -(Microsoft::Maui::Graphics::Point ptA, Microsoft::Maui::Graphics::Point ptB);
public static Microsoft.Maui.Graphics.Size operator - (Microsoft.Maui.Graphics.Point ptA, Microsoft.Maui.Graphics.Point ptB);
static member ( - ) : Microsoft.Maui.Graphics.Point * Microsoft.Maui.Graphics.Point -> Microsoft.Maui.Graphics.Size
Public Shared Operator - (ptA As Point, ptB As Point) As Size
Parameter
- ptA
- Point
- ptB
- Point
Gibt zurück
Gilt für:
Subtraction(Point, SizeF)
public:
static Microsoft::Maui::Graphics::Point operator -(Microsoft::Maui::Graphics::Point pt, Microsoft::Maui::Graphics::SizeF sz);
public static Microsoft.Maui.Graphics.Point operator - (Microsoft.Maui.Graphics.Point pt, Microsoft.Maui.Graphics.SizeF sz);
static member ( - ) : Microsoft.Maui.Graphics.Point * Microsoft.Maui.Graphics.SizeF -> Microsoft.Maui.Graphics.Point
Public Shared Operator - (pt As Point, sz As SizeF) As Point
Parameter
- pt
- Point
- sz
- SizeF