Freigeben über


DropEventArgs.GetPosition(Element) Methode

Definition

Ruft die Position des Ziehens relativ zum angegebenen Element ab.

public:
 virtual Nullable<Microsoft::Maui::Graphics::Point> GetPosition(Microsoft::Maui::Controls::Element ^ relativeTo);
public virtual Microsoft.Maui.Graphics.Point? GetPosition (Microsoft.Maui.Controls.Element? relativeTo);
abstract member GetPosition : Microsoft.Maui.Controls.Element -> Nullable<Microsoft.Maui.Graphics.Point>
override this.GetPosition : Microsoft.Maui.Controls.Element -> Nullable<Microsoft.Maui.Graphics.Point>
Public Overridable Function GetPosition (relativeTo As Element) As Nullable(Of Point)

Parameter

relativeTo
Element

Element, dessen Position zum Berechnen der relativen Position verwendet wird.

Gibt zurück

Der Punkt, an dem das Ziehen relativ zu relativeToerfolgt.

Hinweise

Wenn relativeTo ist null , wird die Position relativ zum Bildschirm zurückgegeben.

Gilt für: