IKernelLinkEvaluateToImage(String, Int32, Int32) Method
Sends the code to evaluate as a string.
Namespace: Wolfram.NETLinkAssembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
Image EvaluateToImage(
string s,
int width,
int height
)
Function EvaluateToImage (
s As String,
width As Integer,
height As Integer
) As Image
Image^ EvaluateToImage(
String^ s,
int width,
int height
)
abstract EvaluateToImage :
s : string *
width : int *
height : int -> Image
- s String
- The string to evaluate.
- width Int32
- The desired image width, in pixels. Pass 0 for Automatic, or if the expression itself specifies the width.
- height Int32
- The desired image height, in pixels. Pass 0 for Automatic, or if the expression itself specifies the height.
Image
The resulting Image, or null if
s does not evaluate to a graphics expression or if a MathLinkException occurred.