Picture.EndRecording Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.