PathShape Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| PathShape(IntPtr, JniHandleOwnership) |
Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime. |
| PathShape(Path, Single, Single) |
Costruttore PathShape. |
PathShape(IntPtr, JniHandleOwnership)
Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime.
protected PathShape(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Graphics.Drawables.Shapes.PathShape : nativeint * Android.Runtime.JniHandleOwnership -> Android.Graphics.Drawables.Shapes.PathShape
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
PathShape(Path, Single, Single)
Costruttore PathShape.
[Android.Runtime.Register(".ctor", "(Landroid/graphics/Path;FF)V", "")]
public PathShape(Android.Graphics.Path path, float stdWidth, float stdHeight);
[<Android.Runtime.Register(".ctor", "(Landroid/graphics/Path;FF)V", "")>]
new Android.Graphics.Drawables.Shapes.PathShape : Android.Graphics.Path * single * single -> Android.Graphics.Drawables.Shapes.PathShape
Parametri
- path
- Path
Percorso che definisce i percorsi geometrici per questa forma
- stdWidth
- Single
larghezza standard per la forma. Qualsiasi modifica alla larghezza con resize() comporterà una larghezza ridimensionata in base alla nuova larghezza divisa per questa larghezza.
- stdHeight
- Single
altezza standard per la forma. Le modifiche apportate all'altezza con resize() genereranno un'altezza ridimensionata in base alla nuova altezza divisa per questa altezza.
- Attributi
Commenti
Costruttore PathShape.
per android.graphics.drawable.shapes.PathShape.PathShape(android.graphics.Path, float, 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.