Android.Views.ISurfaceHolder.LockCanvas Method
Just like ISurfaceHolder.LockCanvas but allows specification of a dirty rectangle.

Syntax

[Android.Runtime.Register("lockCanvas", "(Landroid/graphics/Rect;)Landroid/graphics/Canvas;", "GetLockCanvas_Landroid_graphics_Rect_Handler:Android.Views.ISurfaceHolderInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Android.Graphics.Canvas LockCanvas (Android.Graphics.Rect dirty)

See Also

ISurfaceHolder.LockCanvas

Parameters

dirty
Area of the Surface that will be modified.

Returns

Documentation for this section has not yet been entered.

Remarks

Just like ISurfaceHolder.LockCanvas but allows specification of a dirty rectangle. Every pixel within that rectangle must be written; however pixels outside the dirty rectangle will be preserved by the next call to lockCanvas().

[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