BalloonWindow Library for .NET

BalloonWindow.MoveAnchorTo Method (Int32, Int32)

Moves the anchor to the specified X and Y coordinates.

[Visual Basic]
Overloads Public Sub MoveAnchorTo( _
   ByVal x As Integer, _
   ByVal y As Integer _
)
[C#]
public void MoveAnchorTo(
   int x,
   int y
);

Parameters

x
The horizontal coordinate.
y
The vertical coordinate.

See Also

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