Initializes a new instance with the specified Kernel.
[Visual Basic .NET] |
---|
Public Function InitializeWithKernel( _ ByRef Kernel As System.Array _ ) As IAgStkGraphicsConvolutionFilter |
[C#] |
---|
public IAgStkGraphicsConvolutionFilter InitializeWithKernel( |
[Managed C++] |
---|
public: IAgStkGraphicsConvolutionFilter^ InitializeWithKernel( |
[Java] |
---|
public IAgStkGraphicsConvolutionFilter initializeWithKernel( |
[Unmanaged C++] |
---|
public: HRESULT InitializeWithKernel( |
- Kernel
- An array containing the 9 elements of the Kernel of the convolution matrix. The elements should be provided as the entire first row, followed by the entire second row, followed by the entire third row, each from left to right.
Shows the format of the Kernel parameter when creating a convolution filter.
[C#] | ![]() | |
---|---|---|
|
Shows the format of the Kernel parameter when creating a convolution filter.
[Visual Basic .NET] | ![]() | |
---|---|---|
|