LibHeifSharp
C#
VB
C++
F#
Show/Hide TOC
Heif
Context Constructor
Initializes a new instance of the
HeifContext
class.
Definition
Namespace:
LibHeifSharp
Assembly:
LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
Copy
public
HeifContext
()
VB
Copy
Public
Sub
New
C++
Copy
public
:
HeifContext
()
F#
Copy
new
:
unit
->
HeifContext
Exceptions
HeifException
Unable to create the native HeifContext. -or- The LibHeif version is not supported.
See Also
Reference
HeifContext Class
HeifContext Overload
LibHeifSharp Namespace
In This Article
Definition
Exceptions
See Also