CreateMathMatrix()

MathMatrixFactory::CreateMathMatrix(int32_t, int32_t) method

Creates a math matrix

System::SharedPtr<IMathMatrix> Aspose::Slides::MathText::MathMatrixFactory::CreateMathMatrix(int32_t rowCount, int32_t columnCount) override

Arguments

ParameterTypeDescription
rowCountint32_trow count
columnCountint32_tcolumn count

Return Value

new math matrix

See Also