Surface.UnlockCanvas(Canvas) 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.
Caution
deprecated
Posts drawing to the surface and releases the canvas.
[Android.Runtime.Register("unlockCanvas", "(Landroid/graphics/Canvas;)V", "GetUnlockCanvas_Landroid_graphics_Canvas_Handler")]
[System.Obsolete("deprecated")]
public virtual void UnlockCanvas(Android.Graphics.Canvas? canvas);
[<Android.Runtime.Register("unlockCanvas", "(Landroid/graphics/Canvas;)V", "GetUnlockCanvas_Landroid_graphics_Canvas_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member UnlockCanvas : Android.Graphics.Canvas -> unit
override this.UnlockCanvas : Android.Graphics.Canvas -> unit
Parameters
- canvas
- Canvas
The Android.Graphics.Canvas value used for canvas.
- Attributes
Remarks
This member is deprecated. This API has been removed and is not supported. Do not use.
Java documentation for android.view.Surface.unlockCanvas(android.graphics.Canvas).
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.