LibHeifInfoHaveVersion Method

Determines whether LibHeif is at least the specified version.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public static bool HaveVersion(
	byte major,
	byte minor,
	byte maintenance
)

Parameters

major  Byte
The major version number.
minor  Byte
The minor version number.
maintenance  Byte
The maintenance version number.

Return Value

Boolean
if LibHeif is at least the specified version; otherwise, .

See Also