VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing Namespace / ProcessingCommandWithRegion Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
ProcessingCommandWithRegion Class
In This Topic
Provides the abstract base class for image processing commands which can work with region of image.
Object Model
RegionOfInterest ProcessingCommandResults ProcessingCommandWithRegion
Syntax
'Declaration

Public MustInherit Class ProcessingCommandWithRegion
   Inherits ProcessingCommandBase

public abstract class ProcessingCommandWithRegion : ProcessingCommandBase

Inheritance Hierarchy

System.Object
   Vintasoft.Imaging.ImageProcessing.ProcessingCommandBase
      Vintasoft.Imaging.ImageProcessing.ProcessingCommandWithRegion
         Vintasoft.Imaging.ImageProcessing.CopyColorChannelCommand
         Vintasoft.Imaging.ImageProcessing.ParallelizingProcessingCommand
         Vintasoft.Imaging.ImageProcessing.ClearImageCommand
         Vintasoft.Imaging.ImageProcessing.CropCommand
         Vintasoft.Imaging.ImageProcessing.OverlayCommand
         Vintasoft.Imaging.ImageProcessing.OverlayMaskedCommand
         Vintasoft.Imaging.ImageProcessing.ResizeCommand
         Vintasoft.Imaging.ImageProcessing.OverlayWithBlendingCommand
         Vintasoft.Imaging.ImageProcessing.Filters.AddNoiseCommand
         Vintasoft.Imaging.ImageProcessing.Filters.CannyEdgeDetectorCommand
         Vintasoft.Imaging.ImageProcessing.Filters.ConvolutionBasedCommand
         Vintasoft.Imaging.ImageProcessing.Filters.ConvolutionCommand
         Vintasoft.Imaging.ImageProcessing.Filters.DilateCommand
         Vintasoft.Imaging.ImageProcessing.Filters.ErodeCommand
         Vintasoft.Imaging.ImageProcessing.Filters.MaximumCommand
         Vintasoft.Imaging.ImageProcessing.Filters.MeanCommand
         Vintasoft.Imaging.ImageProcessing.Filters.MedianCommand
         Vintasoft.Imaging.ImageProcessing.Filters.MidpointCommand
         Vintasoft.Imaging.ImageProcessing.Filters.MinimumCommand
         Vintasoft.Imaging.ImageProcessing.Effects.BevelEdgeCommand
         Vintasoft.Imaging.ImageProcessing.Effects.DropShadowCommand
         Vintasoft.Imaging.ImageProcessing.Effects.MosaicCommand
         Vintasoft.Imaging.ImageProcessing.Effects.RedEyeRemovalCommand
         Vintasoft.Imaging.ImageProcessing.Effects.SolarizeCommand
         Vintasoft.Imaging.ImageProcessing.Effects.OilPaintingCommand
         Vintasoft.Imaging.ImageProcessing.Effects.SepiaCommand
         Vintasoft.Imaging.ImageProcessing.Effects.PixelateCommand
         Vintasoft.Imaging.ImageProcessing.Effects.TileReflectionCommand
         Vintasoft.Imaging.ImageProcessing.Transforms.ImageScalingCommand
         Vintasoft.Imaging.ImageProcessing.Transforms.ImageTransformationBasedCommand
         Vintasoft.Imaging.ImageProcessing.Transforms.TransformImageCommand
         Vintasoft.Imaging.ImageProcessing.Fft.FastFourierTransformCommand
         Vintasoft.Imaging.ImageProcessing.Fft.Filters.ImageSharpeningCommand
         Vintasoft.Imaging.ImageProcessing.Fft.Filters.ImageSmoothingCommand
         Vintasoft.Imaging.ImageProcessing.Color.ColorBlend16Command
         Vintasoft.Imaging.ImageProcessing.Color.Curves16Command
         Vintasoft.Imaging.ImageProcessing.Color.RemapColors16Command
         Vintasoft.Imaging.ImageProcessing.Color.GetAlphaChannelMaskCommand
         Vintasoft.Imaging.ImageProcessing.Color.SetAlphaChannelMaskCommand
         Vintasoft.Imaging.ImageProcessing.Color.SetAlphaChannelValueCommand
         Vintasoft.Imaging.ImageProcessing.Color.ReplaceColorCommand
         Vintasoft.Imaging.ImageProcessing.Color.ColorBlendCommand
         Vintasoft.Imaging.ImageProcessing.Color.LevelsCommand
         Vintasoft.Imaging.ImageProcessing.Color.DesaturateCommand
         Vintasoft.Imaging.ImageProcessing.Color.CurvesCommand
         Vintasoft.Imaging.ImageProcessing.Color.RemapColorsCommand
         Vintasoft.Imaging.ImageProcessing.Color.ChangeHueSaturationLuminanceCommand
         Vintasoft.Imaging.ImageProcessing.Color.ChangeBrightnessCommand
         Vintasoft.Imaging.ImageProcessing.Color.ChangeBrightnessContrastCommand
         Vintasoft.Imaging.ImageProcessing.Color.ChangeContrastCommand
         Vintasoft.Imaging.ImageProcessing.Color.ChangeGammaCommand
         Vintasoft.Imaging.ImageProcessing.Color.InvertCommand
         Vintasoft.Imaging.ImageProcessing.Info.GetContoursCommand
         Vintasoft.Imaging.ImageProcessing.Info.GetUniqueColorCommand
         Vintasoft.Imaging.ImageProcessing.Info.IsImageBlackWhiteCommand
         Vintasoft.Imaging.ImageProcessing.Info.IsImageGrayscaleCommand
         Vintasoft.Imaging.ImageProcessing.Info.GetHistogramCommand
         Vintasoft.Imaging.ImageProcessing.Info.GetColorCountCommand
         Vintasoft.Imaging.ImageProcessing.Info.GetRotationAngleCommand
         Vintasoft.Imaging.ImageProcessing.Info.LineRecognitionCommand
         Vintasoft.Imaging.ImageProcessing.Document.AutoTextInvertCommand
         Vintasoft.Imaging.ImageProcessing.Document.DespeckleCommand
         Vintasoft.Imaging.ImageProcessing.Document.HalftoneRemovalCommand
         Vintasoft.Imaging.ImageProcessing.Document.HolePunchFillingCommand
         Vintasoft.Imaging.ImageProcessing.Document.HolePunchRemovalCommand
         Vintasoft.Imaging.ImageProcessing.Document.LineFillingCommand
         Vintasoft.Imaging.ImageProcessing.Document.DottedLineRemovalCommand
         Vintasoft.Imaging.ImageProcessing.Document.ShapeRemovalCommand
         Vintasoft.Imaging.ImageProcessing.Document.LineRemovalCommand
         Vintasoft.Imaging.ImageProcessing.Document.RestoreTextFromHalftoneCommand
         Vintasoft.Imaging.ImageProcessing.Document.SmoothingCommand
         Vintasoft.Imaging.FormsProcessing.TemplateMatching.ImageImprintGeneratorCommand
         Vintasoft.Imaging.FormsProcessing.TemplateMatching.KeyZoneRecognizerCommand
         Vintasoft.Imaging.FormsProcessing.FormRecognition.FormFieldRecognitionCommand
         Vintasoft.Imaging.ImageProcessing.Ocr.Tesseract.GetTesseractOcrTextOrientationCommand

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