VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Transforms Namespace / MatrixTransformCommand Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    MatrixTransformCommand Class
    In This Topic
    Applies an affine transformation to an image.
    Object Model
    AffineMatrix ProcessingCommandResults MatrixTransformCommand
    Syntax
    'Declaration
    
    Public Class MatrixTransformCommand
       Inherits Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase
    
    
    public class MatrixTransformCommand : Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase
    
    
    public __gc class MatrixTransformCommand : public Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase*
    
    
    public ref class MatrixTransformCommand : public Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase
          Vintasoft.Imaging.ImageProcessing.Transforms.MatrixTransformCommand

    Requirements

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

    See Also