BalloonWindow Library for .NET

BalloonWindow.OffsetAnchorBy Method (Size)

Shifts the anchor by the dimensions specified in size.

[Visual Basic]
Overloads Public Sub OffsetAnchorBy( _
   ByVal size As Size _
)
[C#]
public void OffsetAnchorBy(
   Size size
);

Parameters

size
Specifies the horizontal and vertical offsets.

See Also

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