MathKernelCaptureGraphics Property
Get or sets whether this MathKernel object should capture Wolfram Language graphics output generated during a computation.
Namespace: Wolfram.NETLinkAssembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
public bool CaptureGraphics { get; set; }
Public Property CaptureGraphics As Boolean
Get
Set
public:
property bool CaptureGraphics {
bool get ();
void set (bool value);
}
member CaptureGraphics : bool with get, set
Property Value
Boolean
You must set this to true to use the
Graphics property.
The default value is false.