Click or drag to resize

HeifImageGetPlane Method

Gets the image data for the specified plane.

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntax
public HeifPlaneData GetPlane(
	HeifChannel channel
)

Parameters

channel  HeifChannel
The channel.

Return Value

HeifPlaneData
The image plane data.
Exceptions
ExceptionCondition
HeifExceptionThe image does not contain the specified channel.
ObjectDisposedExceptionThe object has been disposed.
See Also