IMathFractionFactory

IMathFractionFactory interface

Allows to create a math fraction

public interface IMathFractionFactory

Methods

NameDescription
CreateMathFraction(IMathElement, IMathElement)Creates a math fraction
CreateMathFraction(IMathElement, IMathElement, MathFractionTypes)Creates a math fraction

Remarks

For COM comparibility

See Also