BalloonWindow Library for .NET

BalloonWindow.OffsetAnchorBy Method

Shifts the anchor by the dimensions specified in size.

Overload List

Shifts the anchor by the dimensions specified in size.

public void OffsetAnchorBy(Size);

Shifts the anchor by dx and dy.

public void OffsetAnchorBy(int,int);

See Also

BalloonWindow Class | Rilling.Common.UI.Forms Namespace