[This is preliminary documentation and is subject to change.]
Creates new balloon instance with specified coordinates
Namespace: NFX.WinForms.ControlsAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
public Balloon(
Rectangle bodyRect,
Point targetPoint,
Color color
)
public Balloon(
Rectangle bodyRect,
Point targetPoint,
Color color
)
Public Sub New (
bodyRect As Rectangle,
targetPoint As Point,
color As Color
)
Public Sub New (
bodyRect As Rectangle,
targetPoint As Point,
color As Color
)
public:
Balloon(
Rectangle bodyRect,
Point targetPoint,
Color color
)
public:
Balloon(
Rectangle bodyRect,
Point targetPoint,
Color color
)
new :
bodyRect : Rectangle *
targetPoint : Point *
color : Color -> Balloon
new :
bodyRect : Rectangle *
targetPoint : Point *
color : Color -> Balloon