MathPictureBoxRecompute Method

If a MathCommand is being used to create the image to display, this method causes it to be recomputed to produce a new image.

Definition

Namespace: Wolfram.NETLink.UI
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
public void Recompute()

Remarks

Call Recompute if your MathCommand depends on values in the Wolfram Language that have changed since the last time you set the MathCommand property or called Recompute.

See Also