Paint.SetPathEffect(PathEffect) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 を渡します。 便宜上、渡されたパラメーターも返されます。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。