Condividi tramite


PathDashPathEffect Costruttori

Definizione

Overload

PathDashPathEffect(IntPtr, JniHandleOwnership)

Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime.

PathDashPathEffect(Path, Single, Single, PathDashPathEffect+Style)

Tracciare il percorso disegnato stampandolo con la forma specificata.

PathDashPathEffect(IntPtr, JniHandleOwnership)

Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime.

protected PathDashPathEffect (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Graphics.PathDashPathEffect : nativeint * Android.Runtime.JniHandleOwnership -> Android.Graphics.PathDashPathEffect

Parametri

javaReference
IntPtr

nativeint

Oggetto IntPtrcontenente un riferimento all'oggetto JNI (Java Native Interface).

transfer
JniHandleOwnership

Oggetto JniHandleOwnershipche indica come gestire javaReference

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a

PathDashPathEffect(Path, Single, Single, PathDashPathEffect+Style)

Tracciare il percorso disegnato stampandolo con la forma specificata.

[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

Parametri

shape
Path

Percorso da contrassegnare lungo

advance
Single

spaziatura tra ogni stamp della forma

phase
Single

quantità di offset prima che la prima forma venga stampata

style
PathDashPathEffect.Style

come trasformare la forma in ogni posizione mentre viene stampato

Attributi

Commenti

Documentazione java per android.graphics.PathDashPathEffect.PathDashPathEffect(android.graphics.Path, float, float, android.graphics.Style).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a