Android.Views.ISurfaceHolder.UnlockCanvasAndPost Method
Finish editing pixels in the surface.

Syntax

[Android.Runtime.Register("unlockCanvasAndPost", "(Landroid/graphics/Canvas;)V", "GetUnlockCanvasAndPost_Landroid_graphics_Canvas_Handler:Android.Views.ISurfaceHolderInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void UnlockCanvasAndPost (Android.Graphics.Canvas canvas)

See Also

ISurfaceHolder.LockCanvas

Parameters

canvas
The Canvas previously returned by lockCanvas().

Remarks

Finish editing pixels in the surface. After this call, the surface's current pixels will be shown on the screen, but its content is lost, in particular there is no guarantee that the content of the Surface will remain unchanged when lockCanvas() is called again.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1