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 方法的备注部分。

适用于