MathBox

MathBox constructor

使用指定元素作为参数初始化 MathBox

public MathBox(IMathElement element)
范围类型描述
elementIMathElement应用框的基本元素。可以为空。

例子

示例:

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

也可以看看