[]
        
(Showing Draft Content)

GrapeCity.Documents.Layout.LayoutView.ApplyOffset

ApplyOffset Method

ApplyOffset(LayoutView, float, float)

Moves the current LayoutView to a new position relative to another LayoutView.

Declaration
public void ApplyOffset(LayoutView otherView, float xOffset, float yOffset)
Public Sub ApplyOffset(otherView As LayoutView, xOffset As Single, yOffset As Single)
Parameters
Type Name Description
LayoutView otherView

The other LayoutView or null to reference the LayoutHost.

float xOffset

The X offset in other view's coordinates.

float yOffset

The Y offset in other view's coordinates.