PathDashPathEffect コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
PathDashPathEffect(IntPtr, JniHandleOwnership) |
JNI オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。ランタイムによって呼び出されます。 |
PathDashPathEffect(Path, Single, Single, PathDashPathEffect+Style) |
指定した図形にスタンプを付けることで、描画パスをダッシュします。 |
PathDashPathEffect(IntPtr, JniHandleOwnership)
JNI オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。ランタイムによって呼び出されます。
protected PathDashPathEffect (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Graphics.PathDashPathEffect : nativeint * Android.Runtime.JniHandleOwnership -> Android.Graphics.PathDashPathEffect
パラメーター
- transfer
- JniHandleOwnership
処理方法 JniHandleOwnershipを示す javaReference
注釈
このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。
適用対象
PathDashPathEffect(Path, Single, Single, PathDashPathEffect+Style)
指定した図形にスタンプを付けることで、描画パスをダッシュします。
[Android.Runtime.Register(".ctor", "(Landroid/graphics/Path;FFLandroid/graphics/PathDashPathEffect$Style;)V", "")]
public PathDashPathEffect (Android.Graphics.Path? shape, float advance, float phase, Android.Graphics.PathDashPathEffect.Style? style);
[<Android.Runtime.Register(".ctor", "(Landroid/graphics/Path;FFLandroid/graphics/PathDashPathEffect$Style;)V", "")>]
new Android.Graphics.PathDashPathEffect : Android.Graphics.Path * single * single * Android.Graphics.PathDashPathEffect.Style -> Android.Graphics.PathDashPathEffect
パラメーター
- shape
- Path
スタンプのパス
- advance
- Single
図形の各スタンプ間の間隔
- phase
- Single
最初の図形がスタンプされる前のオフセットの量
- style
- PathDashPathEffect.Style
スタンプを押して各位置で図形を変換する方法
- 属性
注釈
このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。