CreateMathMatrix()
IMathMatrixFactory::CreateMathMatrix(int32_t, int32_t) method
Creates a math matrix
virtual System::SharedPtr<IMathMatrix> Aspose::Slides::MathText::IMathMatrixFactory::CreateMathMatrix(int32_t rowCount, int32_t columnCount)=0
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 IMathMatrixFactory
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides