Android.Graphics.Picture.BeginRecording Method
To record a picture, call beginRecording() and then draw into the Canvas that is returned.

Syntax

[Android.Runtime.Register("beginRecording", "(II)Landroid/graphics/Canvas;", "GetBeginRecording_IIHandler")]
public virtual Canvas BeginRecording (int width, int height)

Parameters

width
Documentation for this section has not yet been entered.
height
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

To record a picture, call beginRecording() and then draw into the Canvas that is returned. Nothing we appear on screen, but all of the draw commands (e.g. Canvas.DrawRect(Rect, Android.Graphics.Paint)) will be recorded. To stop recording, call endRecording(). After endRecording() the Canvas that was returned must no longer be used, and nothing should be drawn into it.

[Android Documentation]

Requirements

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