HeifImageHasChannel Method

Determines whether this image contains the specified channel.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public bool HasChannel(
	HeifChannel channel
)

Parameters

channel  HeifChannel
The channel.

Return Value

Boolean
this image contains the specified channel; otherwise, .

Exceptions

ObjectDisposedExceptionThe object has been disposed.

See Also