Click or drag to resize

BalloonShow Method (String, Rectangular)

Shows the balloon with the HTML content specified by htmlContent, at the control position specified by controlPosition.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void Show(
	string htmlContent,
	Rectangular controlPosition
)

Parameters

htmlContent
Type: SystemString
The HTML content to be shown.
controlPosition
Type: AGI.Foundation.CoordinatesRectangular
The control position of the balloon.
See Also