Gesture.ToBitmap メソッド

定義

オーバーロード

ToBitmap(Int32, Int32, Int32, Color)

透明な背景を持つジェスチャのビットマップを作成します。

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

透明な背景を持つジェスチャのビットマップを作成します。

ToBitmap(Int32, Int32, Int32, Color)

透明な背景を持つジェスチャのビットマップを作成します。

[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

パラメーター

width
Int32

width

height
Int32

height

inset
Int32

はめ込み

color
Color

color

戻り値

ビットマップ

属性

注釈

透明な背景を持つジェスチャのビットマップを作成します。

の Java ドキュメント android.gesture.Gesture.toBitmap(int, int, int, int)

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象

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

透明な背景を持つジェスチャのビットマップを作成します。

[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

パラメーター

width
Int32

ターゲット ビットマップの幅

height
Int32

ターゲット ビットマップの高さ

edge
Edge

エッジ

numSample
Int32

numSample

color
Color

color

戻り値

ビットマップ

属性

注釈

透明な背景を持つジェスチャのビットマップを作成します。

の Java ドキュメント android.gesture.Gesture.toBitmap(int, int, int, int, int)

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象