MapControl.TryRotateToAsync(Double) Metode

Definisi

Memulai operasi asinkron untuk memutar kamera peta ke orientasi tertentu.

public:
 virtual IAsyncOperation<bool> ^ TryRotateToAsync(double angleInDegrees) = TryRotateToAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> TryRotateToAsync(double const& angleInDegrees);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> TryRotateToAsync(double angleInDegrees);
function tryRotateToAsync(angleInDegrees)
Public Function TryRotateToAsync (angleInDegrees As Double) As IAsyncOperation(Of Boolean)

Parameter

angleInDegrees
Double

double

Judul terakhir kamera peta, dalam derajat.

Mengembalikan

Berisi hasil operasi: true jika operasi berhasil diselesaikan; jika tidak, salah.

Atribut

Keterangan

Lihat bagian keterangan dari metode TryRotateAsync .

Berlaku untuk