VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Utils Namespace / IArrayTransformer<T> Interface / InverseTransform(T[],T[]) Method
Syntax Requirements SeeAlso
In This Topic
InverseTransform(T[],T[]) Method (IArrayTransformer<T>)
In This Topic
Applies the inverse transformation to the specified transformed array.
Syntax
'Declaration

Public Function InverseTransform( _
ByVal transformedArray
The transformed array.
() As T, _
ByVal sourceArray
The source array.
() As T _
) As T[]
public T[] InverseTransform(
T[] transformedArray,
T[] sourceArray
)

Parameters

transformedArray
The transformed array.
sourceArray
The source array.

Return Value

A resulting array.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also