VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.Web.Services Namespace / ConvolutionBasedRequestParams Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    ConvolutionBasedRequestParams Class
    In This Topic
    Request to a web service. Provides a base class for processing commands based on convolution filter.
    Object Model
    WebRectangle WebRenderingSettings WebDecodingSettings WebImageInfo ConvolutionBasedRequestParams
    Syntax
    'Declaration
    
    Public Class ConvolutionBasedRequestParams
       Inherits ImageProcessingCommandWithRegionAndSourceChangeRequestParams
    
    
    public class ConvolutionBasedRequestParams : ImageProcessingCommandWithRegionAndSourceChangeRequestParams
    
    
    public __gc class ConvolutionBasedRequestParams : public ImageProcessingCommandWithRegionAndSourceChangeRequestParams*
    
    
    public ref class ConvolutionBasedRequestParams : public ImageProcessingCommandWithRegionAndSourceChangeRequestParams^
    
    
    Inheritance Hierarchy

    System.Object
       Vintasoft.Shared.Web.WebRequestParamsBase
          Vintasoft.Shared.Web.WebImageInfoRequestParams
             Vintasoft.Shared.Web.WebExtendedImageInfoRequestParams
                Vintasoft.Imaging.ImageProcessing.Web.Services.BaseProcessingCommandRequestParams
                   Vintasoft.Imaging.ImageProcessing.Web.Services.ImageProcessingCommandWithSourceChangeRequestParams
                      Vintasoft.Imaging.ImageProcessing.Web.Services.ImageProcessingCommandWithRegionAndSourceChangeRequestParams
                         Vintasoft.Imaging.ImageProcessing.Web.Services.ConvolutionBasedRequestParams
                            Vintasoft.Imaging.ImageProcessing.Web.Services.MotionBlurRequestParams
                            Vintasoft.Imaging.ImageProcessing.Web.Services.AddNoiseRequestParams
                            Vintasoft.Imaging.ImageProcessing.Web.Services.BlurRequestParams
                            Vintasoft.Imaging.ImageProcessing.Web.Services.ConvolutionArithmeticFilterRequestParams
                            Vintasoft.Imaging.ImageProcessing.Web.Services.EmbossRequestParams
                            Vintasoft.Imaging.ImageProcessing.Web.Services.GaussianBlurRequestParams
                            Vintasoft.Imaging.ImageProcessing.Web.Services.SharpenRequestParams

    Requirements

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

    See Also