[]
Show the tooltip of description.
public void ShowDescriptionToolTip(ExpressionItem item, double x, double y)
| Type | Name | Description |
|---|---|---|
| ExpressionItem | item | The expression item. |
| double | x | The point of the x. |
| double | y | The point of the y. |
Show the tooltip of description.
public void ShowDescriptionToolTip(ExpressionItem item, double x, double y, int argNum)
| Type | Name | Description |
|---|---|---|
| ExpressionItem | item | The expression item. |
| double | x | The point of the x. |
| double | y | The point of the y. |
| int | argNum | The number of parameters. |