BalloonWindow Library for .NET

BalloonWindow.OffsetAnchorBy Method (Int32, Int32)

Shifts the anchor by dx and dy.

[Visual Basic]
Overloads Public Sub OffsetAnchorBy( _
   ByVal dx As Integer, _
   ByVal dy As Integer _
)
[C#]
public void OffsetAnchorBy(
   int dx,
   int dy
);

Parameters

dx
The horizontal delta.
dy
The vertical delta.

See Also

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