SumPathEffect Costruttori

Definizione

Overload

Nome Descrizione
SumPathEffect(PathEffect, PathEffect)

Costruire un Oggetto PathEffect il cui effetto consiste nell'applicare due effetti, in sequenza.

SumPathEffect(IntPtr, JniHandleOwnership)

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

SumPathEffect(PathEffect, PathEffect)

Costruire un Oggetto PathEffect il cui effetto consiste nell'applicare due effetti, in sequenza.

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

Parametri

first
PathEffect
second
PathEffect
Attributi

Commenti

Costruire un Oggetto PathEffect il cui effetto consiste nell'applicare due effetti, in sequenza. (ad esempio first(path) + second(path))

per android.graphics.SumPathEffect.SumPathEffect(android.graphics.PathEffect, android.graphics.PathEffect).

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.

Si applica a

SumPathEffect(IntPtr, JniHandleOwnership)

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

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

Parametri

javaReference
IntPtr

nativeint

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

transfer
JniHandleOwnership

Oggetto JniHandleOwnershipche indica come gestire javaReference

Commenti

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.

Si applica a