Condividi tramite


ComposePathEffect Costruttori

Definizione

Overload

ComposePathEffect(PathEffect, PathEffect)

Costruisci un Oggetto PathEffect il cui effetto consiste nell'applicare prima l'effetto interno e il pathEffect esterno (e.

ComposePathEffect(IntPtr, JniHandleOwnership)

Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime.

ComposePathEffect(PathEffect, PathEffect)

Costruisci un Oggetto PathEffect il cui effetto consiste nell'applicare prima l'effetto interno e il pathEffect esterno (e.

[Android.Runtime.Register(".ctor", "(Landroid/graphics/PathEffect;Landroid/graphics/PathEffect;)V", "")]
public ComposePathEffect (Android.Graphics.PathEffect? outerpe, Android.Graphics.PathEffect? innerpe);
[<Android.Runtime.Register(".ctor", "(Landroid/graphics/PathEffect;Landroid/graphics/PathEffect;)V", "")>]
new Android.Graphics.ComposePathEffect : Android.Graphics.PathEffect * Android.Graphics.PathEffect -> Android.Graphics.ComposePathEffect

Parametri

outerpe
PathEffect
innerpe
PathEffect
Attributi

Commenti

Costruisci un Oggetto PathEffect il cui effetto consiste nell'applicare prima l'effetto interno e il pathEffect esterno (ad esempio outer(inner(path))).

Documentazione java per android.graphics.ComposePathEffect.ComposePathEffect(android.graphics.PathEffect, android.graphics.PathEffect).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a

ComposePathEffect(IntPtr, JniHandleOwnership)

Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime.

protected ComposePathEffect (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Graphics.ComposePathEffect : nativeint * Android.Runtime.JniHandleOwnership -> Android.Graphics.ComposePathEffect

Parametri

javaReference
IntPtr

nativeint

Oggetto IntPtrcontenente un riferimento all'oggetto JNI (Java Native Interface).

transfer
JniHandleOwnership

Oggetto JniHandleOwnershipche indica come gestire javaReference

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a