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
Parameter | Type | Description |
---|---|---|
rowCount | int32_t | row count |
columnCount | int32_t | column count |
Return Value
new math matrix
See Also
- Typedef SharedPtr
- Class IMathMatrix
- Class MathMatrixFactory
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides