Gets the image data for the specified plane.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntaxpublic HeifPlaneData GetPlane(
HeifChannel channel
)
Public Function GetPlane (
channel As HeifChannel
) As HeifPlaneData
public:
HeifPlaneData^ GetPlane(
HeifChannel channel
)
member GetPlane :
channel : HeifChannel -> HeifPlaneData Parameters
- channel HeifChannel
- The channel.
Return Value
HeifPlaneDataThe image plane data.
Exceptions
See Also