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