public HeifPlaneData GetPlane(
HeifChannel channel
)
Public Function GetPlane (
channel As HeifChannel
) As HeifPlaneData
public:
HeifPlaneData^ GetPlane(
HeifChannel channel
)
member GetPlane :
channel : HeifChannel -> HeifPlaneData
HeifException | The image does not contain the specified channel. |
ObjectDisposedException | The object has been disposed. |