BalloonShow Method (String, Cartographic, CentralBody, Color) |
Shows the balloon with the HTML content specified by
htmlContent, at the
Cartographic position specified on
centralBody.
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,
Cartographic cartographicPosition,
CentralBody centralBody,
Color backgroundColor
)
Public Sub Show (
htmlContent As String,
cartographicPosition As Cartographic,
centralBody As CentralBody,
backgroundColor As Color
)
public:
void Show(
String^ htmlContent,
Cartographic cartographicPosition,
CentralBody^ centralBody,
Color backgroundColor
)
member Show :
htmlContent : string *
cartographicPosition : Cartographic *
centralBody : CentralBody *
backgroundColor : Color -> unit
Parameters
- htmlContent
- Type: SystemString
The HTML content to be shown. - cartographicPosition
- Type: AGI.Foundation.CoordinatesCartographic
The Cartographic position of the balloon on centralBody. - centralBody
- Type: AGI.Foundation.CelestialCentralBody
The CentralBody associated with cartographicPosition. - backgroundColor
- Type: System.DrawingColor
The BackgroundColor of the balloon.
See Also