Android.Views.Surface.UnlockCanvasAndPost Method
Posts the new contents of the Android.Graphics.Canvas to the surface and releases the Android.Graphics.Canvas.

Syntax

[Android.Runtime.Register("unlockCanvasAndPost", "(Landroid/graphics/Canvas;)V", "GetUnlockCanvasAndPost_Landroid_graphics_Canvas_Handler")]
public virtual void UnlockCanvasAndPost (Android.Graphics.Canvas canvas)

Parameters

canvas
The canvas previously obtained from Surface.LockCanvas(Android.Graphics.Rect).

Remarks

Posts the new contents of the Android.Graphics.Canvas to the surface and releases the Android.Graphics.Canvas.

[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