PathDashPathEffect Constructeurs
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
PathDashPathEffect(IntPtr, JniHandleOwnership) |
Constructeur utilisé lors de la création de représentations managées d’objets JNI ; appelée par le runtime. |
PathDashPathEffect(Path, Single, Single, PathDashPathEffect+Style) |
Pointez le chemin dessiné en l’horodatage avec la forme spécifiée. |
PathDashPathEffect(IntPtr, JniHandleOwnership)
Constructeur utilisé lors de la création de représentations managées d’objets JNI ; appelée par le runtime.
protected PathDashPathEffect (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Graphics.PathDashPathEffect : nativeint * Android.Runtime.JniHandleOwnership -> Android.Graphics.PathDashPathEffect
Paramètres
- transfer
- JniHandleOwnership
Indiquant JniHandleOwnershipcomment gérer javaReference
Remarques
Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.
S’applique à
PathDashPathEffect(Path, Single, Single, PathDashPathEffect+Style)
Pointez le chemin dessiné en l’horodatage avec la forme spécifiée.
[Android.Runtime.Register(".ctor", "(Landroid/graphics/Path;FFLandroid/graphics/PathDashPathEffect$Style;)V", "")]
public PathDashPathEffect (Android.Graphics.Path? shape, float advance, float phase, Android.Graphics.PathDashPathEffect.Style? style);
[<Android.Runtime.Register(".ctor", "(Landroid/graphics/Path;FFLandroid/graphics/PathDashPathEffect$Style;)V", "")>]
new Android.Graphics.PathDashPathEffect : Android.Graphics.Path * single * single * Android.Graphics.PathDashPathEffect.Style -> Android.Graphics.PathDashPathEffect
Paramètres
- shape
- Path
Chemin d’horodatage le long
- advance
- Single
espacement entre chaque empreinte de forme
- phase
- Single
montant à décaler avant que la première forme soit marquée
- style
- PathDashPathEffect.Style
comment transformer la forme à chaque position au fur et à mesure qu’elle est marquée
- Attributs
Remarques
Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.