ShapeDrawable Costruttori

Definizione

Overload

Nome Descrizione
ShapeDrawable()

Costruttore ShapeDrawable.

ShapeDrawable(Shape)

Crea un oggetto ShapeDrawable con una forma specificata.

ShapeDrawable(IntPtr, JniHandleOwnership)

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

ShapeDrawable()

Costruttore ShapeDrawable.

[Android.Runtime.Register(".ctor", "()V", "")]
public ShapeDrawable();
Attributi

Commenti

Costruttore ShapeDrawable.

per android.graphics.drawable.ShapeDrawable.ShapeDrawable().

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

ShapeDrawable(Shape)

Crea un oggetto ShapeDrawable con una forma specificata.

[Android.Runtime.Register(".ctor", "(Landroid/graphics/drawable/shapes/Shape;)V", "")]
public ShapeDrawable(Android.Graphics.Drawables.Shapes.Shape? s);
[<Android.Runtime.Register(".ctor", "(Landroid/graphics/drawable/shapes/Shape;)V", "")>]
new Android.Graphics.Drawables.ShapeDrawable : Android.Graphics.Drawables.Shapes.Shape -> Android.Graphics.Drawables.ShapeDrawable

Parametri

s
Shape

La forma che l'oggetto ShapeDrawable deve essere

Attributi

Commenti

Crea un oggetto ShapeDrawable con una forma specificata.

per android.graphics.drawable.ShapeDrawable.ShapeDrawable(android.graphics.drawable.shapes.Shape).

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

ShapeDrawable(IntPtr, JniHandleOwnership)

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

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

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