BalloonWindow Library for .NET

BalloonWindow.MoveAnchorTo Method (Rectangle)

Moves the anchor to the specified rectangle.

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

Parameters

rect
The rectangle the anchor will occupy, in screen coordinates.

Remarks

If AllowObscure is true, the anchor will be centered in the rectangle, otherwise it will be anchored to a point outside the rectangle.

See Also

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