MathBox constructor

init

Initializes MathBox with the specified element as an argument

def __init__(self, element):
    ...
ParameterTypeDescription
elementIMathElementThe base element to which the box is applied. Can be null.

See Also