Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / LayoutView Class / ApplyOffset Method
The other LayoutView or a null reference (Nothing in Visual Basic) to reference the LayoutHost.
The X offset in other view's coordinates.
The Y offset in other view's coordinates.

In This Topic
    ApplyOffset Method (LayoutView)
    In This Topic
    Moves the current LayoutView to a new position relative to another LayoutView.
    Syntax
    'Declaration
     
    Public Sub ApplyOffset( _
       ByVal otherView As LayoutView, _
       ByVal xOffset As System.Single, _
       ByVal yOffset As System.Single _
    ) 
    public void ApplyOffset( 
       LayoutView otherView,
       System.float xOffset,
       System.float yOffset
    )

    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