Picture.EndRecording Method

Definition

Call endRecording when the picture is built.

[Android.Runtime.Register("endRecording", "()V", "GetEndRecordingHandler")]
public virtual void EndRecording ();
[<Android.Runtime.Register("endRecording", "()V", "GetEndRecordingHandler")>]
abstract member EndRecording : unit -> unit
override this.EndRecording : unit -> unit
Attributes

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 or Canvas#drawPicture(Picture) is called.

Java documentation for android.graphics.Picture.endRecording().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to