IKernelLinkEvaluateToImage(Expr, Int32, Int32) Method

Sends the code to evaluate as an Expr.

Definition

Namespace: Wolfram.NETLink
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
Image EvaluateToImage(
	Expr e,
	int width,
	int height
)

Parameters

e  Expr
The Expr 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.

Return Value

Image
The resulting Image, or null if e does not evaluate to a graphics expression or if a MathLinkException occurred.

See Also