Skybound VisualTips

VisualTipLayout.Offset Method 

Offsets the layout by the specified amount.

[Visual Basic]
Public Sub Offset( _
   ByVal x As Integer, _
   ByVal y As Integer _
)
[C#]
public void Offset(
   int x,
   int y
);

Parameters

x
The amount by which the layout is translated right.
y
The amount by which the layout is translated down.

Remarks

This method translates all elements of the layout, including the ShadowBounds and WindowBounds.

See Also

VisualTipLayout Class | Skybound.VisualTips.Rendering Namespace