Example #1
0
 // do not unref as this is a plain pointer return, not a reference counted pointer
 public SKPicture Snapshot() =>
 SKPicture.GetObject(SkiaApi.sk_drawable_new_picture_snapshot(Handle), unrefExisting: false);
Example #2
0
 public SKPicture EndRecording()
 {
     return(SKPicture.GetObject(SkiaApi.sk_picture_recorder_end_recording(Handle)));
 }