Edit

SKSurfaceView.LockSurface Method

Definition

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.

Applies to