Provides access to members that control a kernel-based convolution function.
Members
Name | Description | |
---|---|---|
Columns | The number of columns of the kernel filter. | |
Kernel | The convolution filter kernel values. | |
Raster | The source raster object. | |
Rows | The number of rows of the kernel filter. | |
Type | The type of the stock kernel filter. |
IConvolutionFunctionArguments.Columns Property
The number of columns of the kernel filter.
Public Property Columns As Integer
public int Columns {get; set;}
IConvolutionFunctionArguments.Kernel Property
The convolution filter kernel values.
Public Property Kernel As IDoubleArray
public IDoubleArray Kernel {get; set;}
IConvolutionFunctionArguments.Raster Property
The source raster object.
Public Property Raster As Object
public object Raster {get; set;}
IConvolutionFunctionArguments.Rows Property
The number of rows of the kernel filter.
Public Property Rows As Integer
public int Rows {get; set;}
IConvolutionFunctionArguments.Type Property
The type of the stock kernel filter.
Public Property Type As esriRasterFilterTypeEnum
public esriRasterFilterTypeEnum Type {get; set;}
Classes that implement IConvolutionFunctionArguments
Classes | Description |
---|---|
ConvolutionFunctionArguments | A class for convolution raster function arguments. |