.NET/Link API Version 1.7 USE FRAMES

MathKernel.CaptureGraphics Property

Get or sets whether this MathKernel object should capture Mathematica graphics output generated during a computation.

[Visual Basic]
Public Property CaptureGraphics As Boolean
[C#]
public bool CaptureGraphics {get; set;}

Remarks

You must set this to true to use the Graphics property.

The default value is false.

See Also

MathKernel Class | Wolfram.NETLink Namespace | Graphics