Share via


ScrollView.ZoomTo Methode

Definition

Überlädt

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.Experimental]
/// [Windows.Foundation.Metadata.Overload("ZoomTo")]
int ZoomTo(float const& zoomFactor, IReference<float2> const& centerPoint);
[Windows.Foundation.Metadata.Experimental]
[Windows.Foundation.Metadata.Overload("ZoomTo")]
public int ZoomTo(float zoomFactor, System.Nullable<Vector2> centerPoint);
Public Function ZoomTo (zoomFactor As Single, centerPoint As Nullable(Of Vector2)) As Integer

Parameter

zoomFactor
Single

float

centerPoint

Nullable<Vector2>

IReference<float2>

Gibt zurück

Int32

int

Attribute

Gilt für:

ZoomTo(Single, IReference<Vector2>, ScrollingZoomOptions)

/// [Windows.Foundation.Metadata.Experimental]
/// [Windows.Foundation.Metadata.Overload("ZoomToWithOptions")]
int ZoomTo(float const& zoomFactor, IReference<float2> const& centerPoint, ScrollingZoomOptions const& options);
[Windows.Foundation.Metadata.Experimental]
[Windows.Foundation.Metadata.Overload("ZoomToWithOptions")]
public int ZoomTo(float zoomFactor, System.Nullable<Vector2> centerPoint, ScrollingZoomOptions options);
Public Function ZoomTo (zoomFactor As Single, centerPoint As Nullable(Of Vector2), options As ScrollingZoomOptions) As Integer

Parameter

zoomFactor
Single

float

centerPoint

Nullable<Vector2>

IReference<float2>

Gibt zurück

Int32

int

Attribute

Gilt für: