IKernelLinkEvaluateToImage(Expr, Int32, Int32) Method
Sends the code to evaluate as an
Expr.
Namespace: Wolfram.NETLinkAssembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
Image EvaluateToImage(
Expr e,
int width,
int height
)
Function EvaluateToImage (
e As Expr,
width As Integer,
height As Integer
) As Image
Image^ EvaluateToImage(
Expr^ e,
int width,
int height
)
abstract EvaluateToImage :
e : Expr *
width : int *
height : int -> Image
- 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.
Image
The resulting Image, or null if
e does not evaluate to a graphics expression or if a MathLinkException occurred.