VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Utils Namespace / IArrayTransformer<T> Interface
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    IArrayTransformer<T> Interface
    In This Topic
    Defines an interface of an array transformer.
    Object Model
    IArrayTransformer<T>
    Syntax
    'Declaration
    
    Public Interface IArrayTransformer(Of T
    Type of array elements.
    )
    public interface IArrayTransformer<T>
    
    
    public __gc __interface IArrayTransformer<T>
    
    
    generic<typename T>
    public interface class IArrayTransformer
    
    

    Type Parameters

    T
    Type of array elements.
    %HIERARCHY%
    Requirements

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

    See Also