Balloon Constructor NFX Class Library

[This is preliminary documentation and is subject to change.]

Overload List

  NameDescription
Public methodBalloon 
Creates new default balloon instance
Public methodBalloon(Rectangle, Point, Color)
Creates new balloon instance with specified coordinates
Public methodBalloon(Point, String, Font, Point, Color)
Creates new instance of balloon infering its body size form supplied text
Public methodBalloon(String, Font, Control, Int32, MapDirection, Color)
Creates new isntance of balloon,infering its body size form supplied text and linking balloon leg with control, balloon will automatically follow control position on the screen even when it changes
Back to Top
See Also