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