SKSurfaceView.LockSurface 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.
Start editing the pixels in the surface. The returned SKLockedSurface can be used to get the surface for drawing into the surface's bitmap.
public SkiaSharp.Views.Android.SKLockedSurface LockSurface();
Returns
The SKLockedSurface with the locked surface.