Paint.PathEffect プロパティ

定義

ペイントの patheffect オブジェクトを取得します。

public virtual Android.Graphics.PathEffect? PathEffect { [Android.Runtime.Register("getPathEffect", "()Landroid/graphics/PathEffect;", "GetGetPathEffectHandler")] get; }
[<get: Android.Runtime.Register("getPathEffect", "()Landroid/graphics/PathEffect;", "GetGetPathEffectHandler")>]
member this.PathEffect : Android.Graphics.PathEffect

プロパティ値

ペイントの patheffect (または null)

属性

注釈

ペイントの patheffect オブジェクトを取得します。

の Java ドキュメント android.graphics.Paint.getPathEffect()

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

適用対象