LibHeifInfoHaveVersion Method
Determines whether LibHeif is at least the specified version.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
public static bool HaveVersion(
byte major,
byte minor,
byte maintenance
)
Public Shared Function HaveVersion (
major As Byte,
minor As Byte,
maintenance As Byte
) As Boolean
public:
static bool HaveVersion(
unsigned char major,
unsigned char minor,
unsigned char maintenance
)
static member HaveVersion :
major : byte *
minor : byte *
maintenance : byte -> bool
- major Byte
- The major version number.
- minor Byte
- The minor version number.
- maintenance Byte
- The maintenance version number.
Boolean if LibHeif is at least the specified version;
otherwise,
.