MapControl.TryTiltToAsync(Double) Metode

Definisi

Memulai operasi asinkron untuk memiringkan kamera peta ke orientasi tertentu.

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

Parameter

angleInDegrees
Double

double

Pitch akhir kamera peta dalam derajat.

Mengembalikan

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

Atribut

Keterangan

Lihat bagian keterangan dari metode TryTiltAsync .

Berlaku untuk