SumPathEffect Constructores

Definición

Sobrecargas

Nombre Description
SumPathEffect(PathEffect, PathEffect)

Construye un PathEffect cuyo efecto es aplicar dos efectos, en secuencia.

SumPathEffect(IntPtr, JniHandleOwnership)

Constructor utilizado al crear representaciones administradas de objetos JNI; llamado por el tiempo de ejecución.

SumPathEffect(PathEffect, PathEffect)

Construye un PathEffect cuyo efecto es aplicar dos efectos, en secuencia.

[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

Parámetros

first
PathEffect
second
PathEffect
Atributos

Comentarios

Construye un PathEffect cuyo efecto es aplicar dos efectos, en secuencia. (por ejemplo, first(path) + second(path))

Documentación de Java para android.graphics.SumPathEffect.SumPathEffect(android.graphics.PathEffect, android.graphics.PathEffect).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a

SumPathEffect(IntPtr, JniHandleOwnership)

Constructor utilizado al crear representaciones administradas de objetos JNI; llamado por el tiempo de ejecución.

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

Parámetros

javaReference
IntPtr

nativeint

que IntPtrcontiene una referencia de objeto Java Native Interface (JNI).

transfer
JniHandleOwnership

un JniHandleOwnershipvalor de tipo que indica cómo controlar javaReference

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a