Path.IsInterpolatable(Path) 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.
Deux chemins peuvent être interpolés, en appelant #interpolate(Path, float, Path), s’ils ont exactement la même structure.
[Android.Runtime.Register("isInterpolatable", "(Landroid/graphics/Path;)Z", "GetIsInterpolatable_Landroid_graphics_Path_Handler", ApiSince=34)]
public virtual bool IsInterpolatable(Android.Graphics.Path otherPath);
[<Android.Runtime.Register("isInterpolatable", "(Landroid/graphics/Path;)Z", "GetIsInterpolatable_Landroid_graphics_Path_Handler", ApiSince=34)>]
abstract member IsInterpolatable : Android.Graphics.Path -> bool
override this.IsInterpolatable : Android.Graphics.Path -> bool
Paramètres
- otherPath
- Path
L’autre Path interpolé à partir de celui-ci.
Retours
true si l’interpolation est possible, false sinon
- Attributs
Remarques
Deux chemins peuvent être interpolés, en appelant #interpolate(Path, float, Path), s’ils ont exactement la même structure. Autrement dit, les deux chemins doivent avoir les mêmes opérations, dans le même ordre. Si l’une des opérations est de type PathIterator#VERB_CONIC, les poids de ces coniques doivent également correspondre.
Java documentation pour android.graphics.Path.isInterpolatable(android.graphics.Path).
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.