SKPictureRecorder.EndRecordingAsDrawable 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.
Signal that the caller is done recording.
public SkiaSharp.SKDrawable EndRecordingAsDrawable ();
Returns
Returns the SKDrawable containing the recorded content.
Remarks
This invalidates the canvas returned by BeginRecording and RecordingCanvas.
Unlike EndRecording, which returns an immutable picture, the returned drawable may contain live references to other drawables (if they were added to the recording canvas) and therefore this drawable will reflect the current state of those nested drawables anytime it is drawn or a new picture is snapped from it (by calling Snapshot).