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_create
In This Topic
    IG_double_matrix_create
    In This Topic

    Creates an HIGDoubleMatrix object with specified dimensions.

    Declaration:

     
    Copy Code
    AT_ERRCOUNT ACCUAPI IG_double_matrix_create(
            AT_INT RowCount,
            AT_INT ColCount,
            HIGDoubleMatrix* lpDoubleMatrix
    );
    

    Arguments:

    Name Type Description
    RowCount AT_INT Number of rows.
    ColCount AT_INT Number of columns.
    lpDoubleMatrix HIGDoubleMatrix* Returns new HIGDoubleMatrix object.

    Return Value:

    Returns the number of ImageGear errors that occurred during this function call.

    Supported Raster Image Formats:

    This function does not process image pixels.