CreateMathRadical()

MathRadicalFactory::CreateMathRadical(System::SharedPtr<IMathElement>, System::SharedPtr<IMathElement>) method

Creates a math radical

System::SharedPtr<IMathRadical> Aspose::Slides::MathText::MathRadicalFactory::CreateMathRadical(System::SharedPtr<IMathElement> baseArgument, System::SharedPtr<IMathElement> degreeArgument) override

Arguments

ParameterTypeDescription
baseArgumentSystem::SharedPtr<IMathElement>Base argument to apply radical
degreeArgumentSystem::SharedPtr<IMathElement>Degree value

Return Value

new radical element

See Also