Initializes a new instance of the Popup class that represents a temporary Popup, with the specified properties.

Overload List

  NameDescription
Popup(MapDisplay, String, String)
Initializes a new instance of the Popup class that represents a temporary Popup, with the specified content and title.
Popup(MapDisplay, Image, String, String)
Initializes a new instance of the Popup class that represents a temporary Popup.
Popup(MapDisplay, String, String, Point)
Initializes a new instance of the Popup class that represents a temporary Popup, with the specified content, title, and an associated target location.
Popup(MapDisplay, Image, String, String, Point)
Initializes a new instance of the Popup class that represents a temporary Popup, with an associated target location.

See Also