Click or drag to resize

HeifImageHasChannel Method

Determines whether this image contains the specified channel.

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntax
public bool HasChannel(
	HeifChannel channel
)

Parameters

channel  HeifChannel
The channel.

Return Value

Boolean
this image contains the specified channel; otherwise, .
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe object has been disposed.
See Also