ScrollView.ZoomTo 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
ZoomTo(Single, IReference<Vector2>) |
以異步方式縮放至指定的縮放因數,並啟用動畫並採用貼齊點。 |
ZoomTo(Single, IReference<Vector2>, ScrollingZoomOptions) |
使用指定的動畫和貼齊點模式,以異步方式縮放至指定的縮放比例。 |
ZoomTo(Single, IReference<Vector2>)
以異步方式縮放至指定的縮放因數,並啟用動畫並採用貼齊點。
public:
virtual int ZoomTo(float zoomFactor, IReference<float2> ^ centerPoint) = ZoomTo;
/// [Windows.Foundation.Metadata.Overload("ZoomTo")]
int ZoomTo(float const& zoomFactor, IReference<float2> const& centerPoint);
[Windows.Foundation.Metadata.Overload("ZoomTo")]
public int ZoomTo(float zoomFactor, System.Nullable<Vector2> centerPoint);
function zoomTo(zoomFactor, centerPoint)
Public Function ZoomTo (zoomFactor As Single, centerPoint As Nullable(Of Vector2)) As Integer
參數
- zoomFactor
-
Single
float
調整內容的數量。
- centerPoint
-
IReference<float2>
縮放因數的中心點會變更。
傳回
Int32
int
用來將這個方法呼叫與對應事件產生關聯的相互關聯標識符。
- 屬性
適用於
ZoomTo(Single, IReference<Vector2>, ScrollingZoomOptions)
使用指定的動畫和貼齊點模式,以異步方式縮放至指定的縮放比例。
/// [Windows.Foundation.Metadata.Overload("ZoomToWithOptions")]
int ZoomTo(float const& zoomFactor, IReference<float2> const& centerPoint, ScrollingZoomOptions const& options);
[Windows.Foundation.Metadata.Overload("ZoomToWithOptions")]
public int ZoomTo(float zoomFactor, System.Nullable<Vector2> centerPoint, ScrollingZoomOptions options);
function zoomTo(zoomFactor, centerPoint, options)
Public Function ZoomTo (zoomFactor As Single, centerPoint As Nullable(Of Vector2), options As ScrollingZoomOptions) As Integer
參數
- zoomFactor
-
Single
float
調整內容的數量。
- centerPoint
-
IReference<float2>
縮放因數的中心點會變更。
- options
- ScrollingZoomOptions
指定是否啟用動畫和貼齊點的選項。
傳回
Int32
int
用來將這個方法呼叫與對應事件產生關聯的相互關聯標識符。
- 屬性