Langue

Gesture.ToBitmap Méthode

Définition

Surcharges

Nom Description
ToBitmap(Int32, Int32, Int32, Color)

Crée une bitmap du mouvement avec un arrière-plan transparent.

ToBitmap(Int32, Int32, Edge, Int32, Color)

Crée une bitmap du mouvement avec un arrière-plan transparent.

ToBitmap(Int32, Int32, Int32, Color)

Crée une bitmap du mouvement avec un arrière-plan transparent.

[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

Paramètres

width
Int32

width

height
Int32

height

inset
Int32

Encart

color
Color

color

Retours

bitmap

Attributs

Remarques

Crée une bitmap du mouvement avec un arrière-plan transparent.

Java documentation pour android.gesture.Gesture.toBitmap(int, int, int, int).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à

ToBitmap(Int32, Int32, Edge, Int32, Color)

Crée une bitmap du mouvement avec un arrière-plan transparent.

[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

Paramètres

width
Int32

largeur de la bitmap cible

height
Int32

hauteur de la bitmap cible

edge
Edge

le bord

numSample
Int32

numSample

color
Color

color

Retours

bitmap

Attributs

Remarques

Crée une bitmap du mouvement avec un arrière-plan transparent.

Java documentation pour android.gesture.Gesture.toBitmap(int, int, int, int, int).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à