Click or drag to resize
DigitalRuneToolTipManagerShowToolTip Method
Shows a tool tip.

Namespace: DigitalRune.Game.UI
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
public void ShowToolTip(
	Object toolTip,
	Vector2F mousePosition
)

Parameters

toolTip
Type: SystemObject
The tool tip.
mousePosition
Type: DigitalRune.Mathematics.AlgebraVector2F
The mouse position.
See Also