SbKernel2i32 Constructor (Int32, Int32) |
Constructor defining the size of the kernel.
Namespace: OIV.ImageVizAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SbKernel2i32(
int numRows,
int numCols
)
Public Sub New (
numRows As Integer,
numCols As Integer
)
public:
SbKernel2i32(
int numRows,
int numCols
)
new :
numRows : int *
numCols : int -> SbKernel2i32
Parameters
- numRows
- Type: SystemInt32
- numCols
- Type: SystemInt32
Remarks Kernel is initialized to zero values.
See Also