HeifContextGetTransformationProperties Method
Gets the transformation properties that should be applied to the specified image.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
public IReadOnlyList<TransformationProperty> GetTransformationProperties(
HeifImageHandle imageHandle
)
Public Function GetTransformationProperties (
imageHandle As HeifImageHandle
) As IReadOnlyList(Of TransformationProperty)
public:
IReadOnlyList<TransformationProperty^>^ GetTransformationProperties(
HeifImageHandle^ imageHandle
)
member GetTransformationProperties :
imageHandle : HeifImageHandle -> IReadOnlyList<TransformationProperty>
- imageHandle HeifImageHandle
- The image handle.
IReadOnlyListTransformationPropertyThe transformation properties that should be applied to the specified image.
This method is supported starting with LibHeif version 1.16.0, it will throw an
exception on older versions.