BalloonShow Method (String, Rectangular, Color) |
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.2.419.0 (24.2.419.0)
Syntax public void Show(
string htmlContent,
Rectangular controlPosition,
Color backgroundColor
)
Public Sub Show (
htmlContent As String,
controlPosition As Rectangular,
backgroundColor As Color
)
public:
void Show(
String^ htmlContent,
Rectangular controlPosition,
Color backgroundColor
)
member Show :
htmlContent : string *
controlPosition : Rectangular *
backgroundColor : Color -> unit
Parameters
- htmlContent
- Type: SystemString
The HTML content to be shown. - controlPosition
- Type: AGI.Foundation.CoordinatesRectangular
The control position of the balloon. - backgroundColor
- Type: System.DrawingColor
The BackgroundColor of the balloon.
See Also