Region.BoundaryPath Propriété
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.
Retourne la limite de la région en tant que nouveau chemin d’accès.
public virtual Android.Graphics.Path BoundaryPath { [Android.Runtime.Register("getBoundaryPath", "()Landroid/graphics/Path;", "GetGetBoundaryPathHandler")] get; }
[<get: Android.Runtime.Register("getBoundaryPath", "()Landroid/graphics/Path;", "GetGetBoundaryPathHandler")>]
member this.BoundaryPath : Android.Graphics.Path
Valeur de propriété
- Attributs
Remarques
Retourne la limite de la région en tant que nouveau chemin d’accès. Si la région est vide, le chemin d’accès est également vide.
Java documentation pour android.graphics.Region.getBoundaryPath().
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.