Android.Views.View.IsHardwareAccelerated Property

Syntax

[get: Android.Runtime.Register("isHardwareAccelerated", "()Z", "GetIsHardwareAcceleratedHandler")]
public virtual bool IsHardwareAccelerated { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Indicates whether this view is attached to a hardware accelerated window or not.

Even if this method returns true, it does not mean that every call to View.Draw(Android.Graphics.Canvas) will be made with an hardware accelerated Android.Graphics.Canvas. For instance, if this view is drawn onto an offscreen Android.Graphics.Bitmap and its window is hardware accelerated, Android.Graphics.Canvas.IsHardwareAccelerated will likely return false, and this method will return true.

[Android Documentation]

Requirements

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