ComposePathEffect コンストラクター

定義

オーバーロード

名前 説明
ComposePathEffect(PathEffect, PathEffect)

最初に内部効果を適用し、外側の pathEffect (e.

ComposePathEffect(IntPtr, JniHandleOwnership)

JNI オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。ランタイムによって呼び出されます。

ComposePathEffect(PathEffect, PathEffect)

最初に内部効果を適用し、外側の pathEffect (e.

[Android.Runtime.Register(".ctor", "(Landroid/graphics/PathEffect;Landroid/graphics/PathEffect;)V", "")]
public ComposePathEffect(Android.Graphics.PathEffect? outerpe, Android.Graphics.PathEffect? innerpe);
[<Android.Runtime.Register(".ctor", "(Landroid/graphics/PathEffect;Landroid/graphics/PathEffect;)V", "")>]
new Android.Graphics.ComposePathEffect : Android.Graphics.PathEffect * Android.Graphics.PathEffect -> Android.Graphics.ComposePathEffect

パラメーター

outerpe
PathEffect
innerpe
PathEffect
属性

注釈

最初に内部効果と外側の pathEffect を適用する効果を持つ PathEffect を構築します (例: outer(inner(path))。

Javaドキュメント。

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

適用対象

ComposePathEffect(IntPtr, JniHandleOwnership)

JNI オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。ランタイムによって呼び出されます。

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

パラメーター

javaReference
IntPtr

nativeint

Java ネイティブ インターフェイス (JNI) オブジェクト参照を含むIntPtr

transfer
JniHandleOwnership

JniHandleOwnership処理方法を示すjavaReference

注釈

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

適用対象