HeifRegionItemGetTransformedRegionGeometries Method

Gets the transformed region geometries.

Definition

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

Return Value

IReadOnlyListTransformedRegionGeometry
A collection containing the transformed region geometries.

Exceptions

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

See Also