ConvolutionFilterOptions Class
The convolution filter.
Inheritance Hierarchy

Namespace: Aspose.PSD.ImageFilters.FilterOptions
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntax
public abstract class ConvolutionFilterOptions : FilterOptionsBase

The ConvolutionFilterOptions type exposes the following members.

Constructors
  NameDescription
Public methodConvolutionFilterOptions
Initializes a new instance of the ConvolutionFilterOptions class.
Properties
  NameDescription
Public propertyBias
Gets or sets the bias.
Public propertyFactor
Gets or sets the factor.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also