BalloonWindow Library for .NET

BalloonWindow.MoveAnchorTo Method

Moves the anchor to specified point.

Overload List

Moves the anchor to specified point.

public void MoveAnchorTo(Point);

Moves the anchor to the specified rectangle.

public void MoveAnchorTo(Rectangle);

Moves the anchor to the specified X and Y coordinates.

public void MoveAnchorTo(int,int);

Moves the anchor to the specified control.

public void MoveAnchorTo(Control);

See Also

BalloonWindow Class | Rilling.Common.UI.Forms Namespace