Gesture.ToBitmap Metodo
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 |
|---|---|
| ToBitmap(Int32, Int32, Int32, Color) |
Crea una bitmap del movimento con uno sfondo trasparente. |
| ToBitmap(Int32, Int32, Edge, Int32, Color) |
Crea una bitmap del movimento con uno sfondo trasparente. |
ToBitmap(Int32, Int32, Int32, Color)
Crea una bitmap del movimento con uno sfondo trasparente.
[Android.Runtime.Register("toBitmap", "(IIII)Landroid/graphics/Bitmap;", "GetToBitmap_IIIIHandler")]
public virtual Android.Graphics.Bitmap? ToBitmap(int width, int height, int inset, Android.Graphics.Color color);
[<Android.Runtime.Register("toBitmap", "(IIII)Landroid/graphics/Bitmap;", "GetToBitmap_IIIIHandler")>]
abstract member ToBitmap : int * int * int * Android.Graphics.Color -> Android.Graphics.Bitmap
override this.ToBitmap : int * int * int * Android.Graphics.Color -> Android.Graphics.Bitmap
Parametri
- width
- Int32
larghezza
- height
- Int32
height
- inset
- Int32
inset
- color
- Color
color
Valori restituiti
bitmap
- Attributi
Commenti
Crea una bitmap del movimento con uno sfondo trasparente.
per android.gesture.Gesture.toBitmap(int, int, int, int).
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
ToBitmap(Int32, Int32, Edge, Int32, Color)
Crea una bitmap del movimento con uno sfondo trasparente.
[Android.Runtime.Register("toBitmap", "(IIIII)Landroid/graphics/Bitmap;", "GetToBitmap_IIIIIHandler")]
public virtual Android.Graphics.Bitmap? ToBitmap(int width, int height, Android.Views.Edge edge, int numSample, Android.Graphics.Color color);
[<Android.Runtime.Register("toBitmap", "(IIIII)Landroid/graphics/Bitmap;", "GetToBitmap_IIIIIHandler")>]
abstract member ToBitmap : int * int * Android.Views.Edge * int * Android.Graphics.Color -> Android.Graphics.Bitmap
override this.ToBitmap : int * int * Android.Views.Edge * int * Android.Graphics.Color -> Android.Graphics.Bitmap
Parametri
- width
- Int32
larghezza della bitmap di destinazione
- height
- Int32
altezza della bitmap di destinazione
- edge
- Edge
il bordo
- numSample
- Int32
numSample
- color
- Color
color
Valori restituiti
bitmap
- Attributi
Commenti
Crea una bitmap del movimento con uno sfondo trasparente.
per android.gesture.Gesture.toBitmap(int, int, int, int, int).
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.