PatternPathMotion.GetPath(Single, Single, Single, Single) 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.
Fournissez un chemin d’interpolation entre deux points (startX, startY) et (endX, endY).
[Android.Runtime.Register("getPath", "(FFFF)Landroid/graphics/Path;", "GetGetPath_FFFFHandler")]
public override Android.Graphics.Path? GetPath(float startX, float startY, float endX, float endY);
[<Android.Runtime.Register("getPath", "(FFFF)Landroid/graphics/Path;", "GetGetPath_FFFFHandler")>]
override this.GetPath : single * single * single * single -> Android.Graphics.Path
Paramètres
- startX
- Single
Coordonnée x du point de départ.
- startY
- Single
Coordonnée y du point de départ.
- endX
- Single
Coordonnée x du point de terminaison.
- endY
- Single
Coordonnée y du point de terminaison.
Retours
Chemin d’accès le long duquel les points sont interpolés. Le chemin retourné commence à (startX, startY) et se termine à (endX, endY).
- Attributs
Remarques
Java documentation pour android.transition.PatternPathMotion.getPath(float, float, float, float).
Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.