Android.Graphics.Picture.EndRecording Method
Call endRecording when the picture is built.

Syntax

[Android.Runtime.Register("endRecording", "()V", "GetEndRecordingHandler")]
public virtual void EndRecording ()

Remarks

Call endRecording when the picture is built. After this call, the picture may be drawn, but the canvas that was returned by beginRecording must not be used anymore. This is automatically called if Picture.Draw(Canvas) or Canvas.DrawPicture(Picture) is called.

[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