| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsConvolutionFilter InitializeWithKernelAndDivisor( System.Array Kernel, double Divisor ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsConvolutionFilter^ InitializeWithKernelAndDivisor( System::Array ^ Kernel, double Divisor ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsConvolutionFilter initializeWithKernelAndDivisor( AgSafeArray Kernel, double Divisor ); |
[Python - STK API ] |
|---|
def InitializeWithKernelAndDivisor(self, Kernel:list, Divisor:float) -> "IAgStkGraphicsConvolutionFilter": |
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] | ||
|---|---|---|
| ||






