Exemplo n.º 1
0
 object MathML.MathMLVisitor.Visit(MathMLFencedElement e, object args)
 {
     return(args);
 }
Exemplo n.º 2
0
		object MathML.MathMLVisitor.Visit(MathMLFencedElement e, object args)
		{
			return ((Area)formatter.Visit(e, args)).BoundingBox;
		}
Exemplo n.º 3
0
 object MathML.MathMLVisitor.Visit(MathMLFencedElement e, object args)
 {
     return(((Area)formatter.Visit(e, args)).BoundingBox);
 }