SbKernel3i32GetSize Method |
Returns 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 SbVec3i32 GetSize()
Public Function GetSize As SbVec3i32
public:
SbVec3i32 GetSize()
member GetSize : unit -> SbVec3i32
Return Value
Type:
SbVec3i32Remarks Size is the number of columns, number of rows and number of slices.
See Also