NET/Link graphics
- To: mathgroup at smc.vnet.net
- Subject: [mg47450] NET/Link graphics
- From: "Brown, Matt" <mbrown at phys.ksu.edu>
- Date: Mon, 12 Apr 2004 03:45:04 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
- Thread-topic: NET/Link graphics
When I use the MathPictureBox from within Mathematica it works just fine. But when I try to use it from a dotNET program, and set the MathCommand string I always get a System.Format error, saying that the string is the wrong format. MathPictureBox uses the EvaluateToGraphics method. When I try to use this in my code I get the same error, even when I paste the API example directly into my code. ie: ml.EvaluateToImage("Plot[x,{x,0,1}]", 400, 400); this is driving me nuts. Any ideas?