ApplyOffset Method (LayoutView)
In This Topic
Moves the current
LayoutView to a new position relative to another
LayoutView.
Syntax
'Declaration
Public Sub ApplyOffset( _
ByVal As LayoutView, _
ByVal As System.Single, _
ByVal As System.Single _
)
public void ApplyOffset(
LayoutView ,
System.float ,
System.float
)
Parameters
- otherView
- The other LayoutView or a null reference (Nothing in Visual Basic) to reference the LayoutHost.
- xOffset
- The X offset in other view's coordinates.
- yOffset
- The Y offset in other view's coordinates.
See Also