Android.Graphics.Canvas.IsOpaque Property
Return true if the device that the current layer draws into is opaque (i.e. does not support per-pixel alpha).

Syntax

[get: Android.Runtime.Register("isOpaque", "()Z", "GetIsOpaqueHandler")]
public virtual bool IsOpaque { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Return true if the device that the current layer draws into is opaque (i.e. does not support per-pixel alpha).

[Android Documentation]

Requirements

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