Paint.PathEffect Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene l'oggetto patheffect di paint.
public virtual Android.Graphics.PathEffect? PathEffect { [Android.Runtime.Register("getPathEffect", "()Landroid/graphics/PathEffect;", "GetGetPathEffectHandler")] get; }
[<get: Android.Runtime.Register("getPathEffect", "()Landroid/graphics/PathEffect;", "GetGetPathEffectHandler")>]
member this.PathEffect : Android.Graphics.PathEffect
Valore della proprietà
patheffect del paint (o null)
- Attributi
Commenti
Ottiene l'oggetto patheffect di paint.
per android.graphics.Paint.getPathEffect().
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.