Android.Gestures.Gesture.ToBitmap Method
Creates a bitmap of the gesture with a transparent background.

Syntax

[Android.Runtime.Register("toBitmap", "(IIIII)Landroid/graphics/Bitmap;", "GetToBitmap_IIIIIHandler")]
public virtual Android.Graphics.Bitmap ToBitmap (int width, int height, [Android.Runtime.GeneratedEnum] Android.Views.Edge edge, int numSample, Android.Graphics.Color color)

Parameters

width
width of the target bitmap
height
height of the target bitmap
edge
the edge
numSample
Documentation for this section has not yet been entered.
color
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Creates a bitmap of the gesture with a transparent background.

[Android Documentation]

Requirements

Namespace: Android.Gestures
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 4