ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Processing Namespace / IGDoubleMatrix Class / GetColCount Method




In This Topic
GetColCount Method
In This Topic
Gets the count of columns in the matrix.
Syntax
'Declaration
 
Public Function GetColCount() As Integer
 
'Usage
 
Dim instance As IGDoubleMatrix
Dim value As Integer
 
value = instance.GetColCount()

Return Value

Integer value.
See Also