Android.Views.ISurfaceHolder.IsCreating Property
Use this method to find out if the surface is in the process of being created from Callback methods.

Syntax

[get: Android.Runtime.Register("isCreating", "()Z", "GetIsCreatingHandler:Android.Views.ISurfaceHolderInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public bool IsCreating { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use this method to find out if the surface is in the process of being created from Callback methods. This is intended to be used with ISurfaceHolderCallback.SurfaceChanged(ISurfaceHolder, Android.Graphics.Format, Android.Graphics.Format, Android.Graphics.Format).

[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