Paint.SetPathEffect(PathEffect) メソッド

定義

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

パラメーター

effect
PathEffect

null を指定できます。 ペイントに取り付けるパスエフェクト

返品

効果

属性

注釈

patheffect オブジェクトを設定またはクリアします。

前の patheffect をクリアするには、null を渡します。 便宜上、渡されたパラメーターも返されます。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象