VisualTipLayout.Offset Method
Offsets the layout by the specified amount.
[Visual Basic]
Public Sub Offset( _
ByVal
x As
Integer, _
ByVal
y As
Integer _
)
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