Documentation for this section has not yet been entered.
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.