PatternPathMotion コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| PatternPathMotion() |
直線パターンを使用して PatternPathMotion を構築します。 |
| PatternPathMotion(Path) |
2 つの座標間のモーション パターンを定義する Path を使用して PatternPathMotion を作成します。 |
| PatternPathMotion(Context, IAttributeSet) |
直線パターンを使用して PatternPathMotion を構築します。 |
| PatternPathMotion(IntPtr, JniHandleOwnership) |
JNI オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。ランタイムによって呼び出されます。 |
PatternPathMotion(Path)
2 つの座標間のモーション パターンを定義する Path を使用して PatternPathMotion を作成します。
[Android.Runtime.Register(".ctor", "(Landroid/graphics/Path;)V", "")]
public PatternPathMotion(Android.Graphics.Path? patternPath);
[<Android.Runtime.Register(".ctor", "(Landroid/graphics/Path;)V", "")>]
new Android.Transitions.PatternPathMotion : Android.Graphics.Path -> Android.Transitions.PatternPathMotion
パラメーター
- patternPath
- Path
2 次元モーションのパターンとして使用するパス。
- 属性
注釈
2 つの座標間のモーション パターンを定義する Path を使用して PatternPathMotion を作成します。 パターンは、始点と終点の間に合わせて変換、回転、および拡大縮小されます。 パターンは空でなく、エンドポイントが開始点と異なる必要があります。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。
適用対象
PatternPathMotion(Context, IAttributeSet)
直線パターンを使用して PatternPathMotion を構築します。
[Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;)V", "")]
public PatternPathMotion(Android.Content.Context? context, Android.Util.IAttributeSet? attrs);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;)V", "")>]
new Android.Transitions.PatternPathMotion : Android.Content.Context * Android.Util.IAttributeSet -> Android.Transitions.PatternPathMotion
パラメーター
- context
- Context
- attrs
- IAttributeSet
- 属性
注釈
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。
適用対象
PatternPathMotion(IntPtr, JniHandleOwnership)
JNI オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。ランタイムによって呼び出されます。
protected PatternPathMotion(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Transitions.PatternPathMotion : nativeint * Android.Runtime.JniHandleOwnership -> Android.Transitions.PatternPathMotion
パラメーター
- transfer
- JniHandleOwnership
JniHandleOwnership処理方法を示すjavaReference
注釈
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。