BalloonWindow Library for .NET

BalloonWindow.MoveAnchorTo Method (Point)

Moves the anchor to specified point.

[Visual Basic]
Overloads Public Sub MoveAnchorTo( _
   ByVal point As Point _
)
[C#]
public void MoveAnchorTo(
   Point point
);

Parameters

point
The point the anchor will occupy, in screen coordinates.

See Also

BalloonWindow Class | Rilling.Common.UI.Forms Namespace | BalloonWindow.MoveAnchorTo Overload List