次の方法で共有


PathDashPathEffect コンストラクター

定義

オーバーロード

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

パラメーター

javaReference
IntPtr

nativeint

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

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

スタンプを押して各位置で図形を変換する方法

属性

注釈

の Java ドキュメントandroid.graphics.PathDashPathEffect.PathDashPathEffect(android.graphics.Path, float, float, android.graphics.Style)

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象