MathBox

MathBox constructor

Initializes MathBox with the specified element as an argument

public MathBox(IMathElement element)
ParameterTypeDescription
elementIMathElementThe base element to which the box is applied. Can be null.

Examples

Example:

[C#]
MathBox box = new MathBox(new MathematicalText("=="));

See Also