IKernelLinkEvaluateToImageBytes(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
byte[] EvaluateToImageBytes(
Expr e,
int width,
int height
)
Function EvaluateToImageBytes (
e As Expr,
width As Integer,
height As Integer
) As Byte()
array<unsigned char>^ EvaluateToImageBytes(
Expr^ e,
int width,
int height
)
abstract EvaluateToImageBytes :
e : Expr *
width : int *
height : int -> byte[]
- 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.
Byte
The resulting Image, or null if
e does not evaluate to a graphics expression or if a MathLinkException occurred.