ImageGear v26.3 - Updated
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()
    public int GetColCount()
    public: int GetColCount(); 
    public:
    int GetColCount(); 

    Return Value

    Integer value.
    See Also