CreateMathRadical()

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

Creates a math radical

virtual System::SharedPtr<IMathRadical> Aspose::Slides::MathText::IMathRadicalFactory::CreateMathRadical(System::SharedPtr<IMathElement> baseArgument, System::SharedPtr<IMathElement> degreeArgument)=0

Arguments

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

Return Value

new radical element

See Also