SumPathEffect コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| 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))
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。
適用対象
SumPathEffect(IntPtr, JniHandleOwnership)
JNI オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。ランタイムによって呼び出されます。
protected SumPathEffect(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Graphics.SumPathEffect : nativeint * Android.Runtime.JniHandleOwnership -> Android.Graphics.SumPathEffect
パラメーター
- transfer
- JniHandleOwnership
JniHandleOwnership処理方法を示すjavaReference
注釈
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。