ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / Core Component API Reference / Core Component Functions Reference / Double Matrix Functions / IG_double_matrix_row_count_get
In This Topic
    IG_double_matrix_row_count_get
    In This Topic

    Returns number of rows in the matrix.

    Declaration:

     
    Copy Code
    AT_INT ACCUAPI IG_double_matrix_row_count_get(
            HIGDoubleMatrix DoubleMatrix
    );
    

    Arguments:

    Name Type Description
    DoubleMatrix HIGDoubleMatrix HIGDoubleMatrix object.

    Return Value:

    Number of rows in the matrix.

    Supported Raster Image Formats:

    This function does not process image pixels.