ImageGear Professional DLL for Windows
IG_double_matrix_create

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.

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback