Condividi tramite


DragStartingEventArgs.GetPosition(UIElement) Metodo

Definizione

Restituisce un punto di rilascio relativo a un oggetto UIElement specificato.

public:
 virtual Point GetPosition(UIElement ^ relativeTo) = GetPosition;
Point GetPosition(UIElement const& relativeTo);
public Point GetPosition(UIElement relativeTo);
function getPosition(relativeTo)
Public Function GetPosition (relativeTo As UIElement) As Point

Parametri

relativeTo
UIElement

UIElement per cui ottenere un punto di rilascio relativo.

Restituisce

Punto nel sistema di coordinate relativo all'elemento specificato in relativeTo.

Si applica a

Vedi anche