public HeifIccColorProfile(
ReadOnlyMemory<byte> iccProfile
)
Public Sub New (
iccProfile As ReadOnlyMemory(Of Byte)
)
public:
HeifIccColorProfile(
ReadOnlyMemory<unsigned char>^ iccProfile
)
new :
iccProfile : ReadOnlyMemory<byte> -> HeifIccColorProfile
ArgumentException | iccProfile is empty. |