ImageGear .NET v25.1 - Updated
GetRowCount Method




ImageGear.Core Assembly > ImageGear.Processing Namespace > IGDoubleMatrix Class : GetRowCount Method
Gets matrix rows count.
Syntax
'Declaration
 
Public Function GetRowCount() As Integer
'Usage
 
Dim instance As IGDoubleMatrix
Dim value As Integer
 
value = instance.GetRowCount()
public int GetRowCount()
public: int GetRowCount(); 
public:
int GetRowCount(); 

Return Value

Integer value.
See Also

Reference

IGDoubleMatrix Class
IGDoubleMatrix Members