HeifImageHandleGetRegionItemIds Method

Gets a list of the region item ids.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public IReadOnlyList<HeifRegionItemId> GetRegionItemIds()

Return Value

IReadOnlyListHeifRegionItemId
A list of the region item ids.

Remarks

This method is supported starting with LibHeif version 1.16.0, it will return an empty collection on older versions.

Exceptions

HeifExceptionCould not get all of the region item ids.
ObjectDisposedExceptionThe object has been disposed.

See Also