CornerPathEffect Costruttori

Definizione

Overload

Nome Descrizione
CornerPathEffect(Single)

Trasforma le geometrie disegnate (stili STROKE o FILL) sostituendo qualsiasi angolo tagliente tra segmenti di linea in angoli arrotondati del raggio specificato.

CornerPathEffect(IntPtr, JniHandleOwnership)

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

CornerPathEffect(Single)

Trasforma le geometrie disegnate (stili STROKE o FILL) sostituendo qualsiasi angolo tagliente tra segmenti di linea in angoli arrotondati del raggio specificato.

[Android.Runtime.Register(".ctor", "(F)V", "")]
public CornerPathEffect(float radius);
[<Android.Runtime.Register(".ctor", "(F)V", "")>]
new Android.Graphics.CornerPathEffect : single -> Android.Graphics.CornerPathEffect

Parametri

radius
Single

Quantità di angoli taglienti arrotondati tra segmenti di linea.

Attributi

Commenti

Trasforma le geometrie disegnate (stili STROKE o FILL) sostituendo qualsiasi angolo tagliente tra segmenti di linea in angoli arrotondati del raggio specificato.

per android.graphics.CornerPathEffect.CornerPathEffect(float).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a

CornerPathEffect(IntPtr, JniHandleOwnership)

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

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

Parametri

javaReference
IntPtr

nativeint

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

transfer
JniHandleOwnership

Oggetto JniHandleOwnershipche indica come gestire javaReference

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a