MathPictureBox Constructor

Initializes a new instance of the MathPictureBox class.

Definition

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

Remarks

This is the constructor typically called from Wolfram Language code. It sets the link to use to be the one back to the Wolfram Language (given by Link). You can also use the Link property to set the link later.

See Also