Paint.SetPathEffect(PathEffect) Método

Definición

Establezca o borre el objeto patheffect.

[Android.Runtime.Register("setPathEffect", "(Landroid/graphics/PathEffect;)Landroid/graphics/PathEffect;", "GetSetPathEffect_Landroid_graphics_PathEffect_Handler")]
public virtual Android.Graphics.PathEffect? SetPathEffect(Android.Graphics.PathEffect? effect);
[<Android.Runtime.Register("setPathEffect", "(Landroid/graphics/PathEffect;)Landroid/graphics/PathEffect;", "GetSetPathEffect_Landroid_graphics_PathEffect_Handler")>]
abstract member SetPathEffect : Android.Graphics.PathEffect -> Android.Graphics.PathEffect
override this.SetPathEffect : Android.Graphics.PathEffect -> Android.Graphics.PathEffect

Parámetros

effect
PathEffect

Puede ser null. Ruta de acceso que se va a instalar en la pintura

Devoluciones

efecto

Atributos

Comentarios

Establezca o borre el objeto patheffect.

Pase null para borrar cualquier ruta de acceso anterioreffect. Como comodidad, también se devuelve el parámetro pasado.

Java documentación para android.graphics.Paint.setPathEffect(android.graphics.PathEffect).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a