ScrollView.ZoomBy Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ZoomBy(Single, IReference<Vector2>, ScrollingZoomOptions) |
Effectue un zoom asynchrone sur la quantité delta spécifiée avec les modes d’animation et de point d’ancrage spécifiés. |
ZoomBy(Single, IReference<Vector2>) |
Effectue un zoom asynchrone sur la quantité delta spécifiée avec les animations activées et le point d’ancrage respecté. |
ZoomBy(Single, IReference<Vector2>, ScrollingZoomOptions)
Effectue un zoom asynchrone sur la quantité delta spécifiée avec les modes d’animation et de point d’ancrage spécifiés.
/// [Windows.Foundation.Metadata.Overload("ZoomByWithOptions")]
int ZoomBy(float const& zoomFactorDelta, IReference<float2> const& centerPoint, ScrollingZoomOptions const& options);
[Windows.Foundation.Metadata.Overload("ZoomByWithOptions")]
public int ZoomBy(float zoomFactorDelta, System.Nullable<Vector2> centerPoint, ScrollingZoomOptions options);
function zoomBy(zoomFactorDelta, centerPoint, options)
Public Function ZoomBy (zoomFactorDelta As Single, centerPoint As Nullable(Of Vector2), options As ScrollingZoomOptions) As Integer
Paramètres
- zoomFactorDelta
-
Single
float
Quantité par laquelle modifier le facteur de zoom.
- centerPoint
-
IReference<float2>
Point central du changement de facteur de zoom.
- options
- ScrollingZoomOptions
Options qui spécifient si les animations sont activées ou non et que les points d’ancrage sont respectés.
Retours
int
Numéro d’ID de corrélation utilisé pour associer cet appel de méthode aux événements correspondants.
- Attributs
S’applique à
ZoomBy(Single, IReference<Vector2>)
Effectue un zoom asynchrone sur la quantité delta spécifiée avec les animations activées et le point d’ancrage respecté.
public:
virtual int ZoomBy(float zoomFactorDelta, IReference<float2> ^ centerPoint) = ZoomBy;
/// [Windows.Foundation.Metadata.Overload("ZoomBy")]
int ZoomBy(float const& zoomFactorDelta, IReference<float2> const& centerPoint);
[Windows.Foundation.Metadata.Overload("ZoomBy")]
public int ZoomBy(float zoomFactorDelta, System.Nullable<Vector2> centerPoint);
function zoomBy(zoomFactorDelta, centerPoint)
Public Function ZoomBy (zoomFactorDelta As Single, centerPoint As Nullable(Of Vector2)) As Integer
Paramètres
- zoomFactorDelta
-
Single
float
Quantité par laquelle modifier le facteur de zoom.
- centerPoint
-
IReference<float2>
Point central du changement de facteur de zoom.
Retours
int
Numéro d’ID de corrélation utilisé pour associer cet appel de méthode aux événements correspondants.
- Attributs