public HeifContext(
byte[] bytes
)
Public Sub New (
bytes As Byte()
)
public:
HeifContext(
array<unsigned char>^ bytes
)
new :
bytes : byte[] -> HeifContext
ArgumentNullException | bytes is null. |
ArgumentException | bytes is empty. |
HeifException | Unable to create the native HeifContext. -or- The LibHeif version is not supported. -or- A LibHeif error occurred. |