MapControl.TryRotateToAsync(Double) メソッド

定義

マップのカメラを特定の向きに回転させる非同期操作を開始します。

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)

パラメーター

angleInDegrees
Double

double

マップのカメラの最終的な 見出し (度単位)。

戻り値

操作の結果を格納します。操作が正常に完了した場合は true 。それ以外の場合は false

属性

注釈

TryRotateAsync メソッドの解説セクションを参照してください。

適用対象