MathLimitFactory

MathLimitFactory class

Allows to create IMathLimit

public class MathLimitFactory : IMathLimitFactory

Constructors

NameDescription
MathLimitFactory()The default constructor.

Methods

NameDescription
CreateMathLimit(IMathElement, IMathElement)Creates IMathLimit with limit at the bottom
CreateMathLimit(IMathElement, IMathElement, bool)Creates IMathLimit

Remarks

For COM comparibility

See Also