SbKernel2i32GetSize 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 SbVec2i32 GetSize()
Public Function GetSize As SbVec2i32
public:
SbVec2i32 GetSize()
member GetSize : unit -> SbVec2i32
Return Value
Type:
SbVec2i32Remarks Size is the number of rows and number of columns.
See Also