SbKernel3i32SetSize Method (UInt64, UInt64, UInt64) |
Set the size of the kernel.
Namespace: OIV.ImageVizAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public void SetSize(
ulong numCols,
ulong numRows,
ulong numSlices
)
Public Sub SetSize (
numCols As ULong,
numRows As ULong,
numSlices As ULong
)
public:
void SetSize(
unsigned long long numCols,
unsigned long long numRows,
unsigned long long numSlices
)
member SetSize :
numCols : uint64 *
numRows : uint64 *
numSlices : uint64 -> unit
Parameters
- numCols
- Type: SystemUInt64
- numRows
- Type: SystemUInt64
- numSlices
- Type: SystemUInt64
Remarks Size is the number of columns, number of rows and number of slices.
If the specified size on a dimension is smaller than the current one, the kernel is reduced to its first elements on the corresponding dimension.
If specified size on a dimension is greater than the current one, values inside the old bounds are preserved and values outside the old bounds are filled to 0.
See Also