HeifRegionItemGetRegionGeometries Method

Gets the region geometries.

Definition

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

Return Value

IReadOnlyListRegionGeometry
A collection containing the region geometries.

Exceptions

HeifException A LibHeif error occurred. -or- The RegionGeometryType is not supported.
ObjectDisposedExceptionThe object has been disposed.

See Also