SumPathEffect コンストラクター

定義

オーバーロード

名前 説明
SumPathEffect(PathEffect, PathEffect)

2 つの効果を順番に適用する効果を持つ PathEffect を構築します。

SumPathEffect(IntPtr, JniHandleOwnership)

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

SumPathEffect(PathEffect, PathEffect)

2 つの効果を順番に適用する効果を持つ PathEffect を構築します。

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

パラメーター

first
PathEffect
second
PathEffect
属性

注釈

2 つの効果を順番に適用する効果を持つ PathEffect を構築します。 (例: first(path) + second(path))

Javaドキュメント。

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

適用対象

SumPathEffect(IntPtr, JniHandleOwnership)

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

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

パラメーター

javaReference
IntPtr

nativeint

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

transfer
JniHandleOwnership

JniHandleOwnership処理方法を示すjavaReference

注釈

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

適用対象