DioDocs for PDF
ApplyOffset メソッド (LayoutView)

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Layout 名前空間 > LayoutView クラス : ApplyOffset メソッド
The other LayoutView or null 参照 (Visual Basicでは Nothing) to reference the LayoutHost.
The X offset in other view's coordinates.
The Y offset in other view's coordinates.
Moves the current LayoutView to a new position relative to another LayoutView.
シンタックス
'宣言
 
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
)

パラメータ

otherView
The other LayoutView or null 参照 (Visual Basicでは Nothing) to reference the LayoutHost.
xOffset
The X offset in other view's coordinates.
yOffset
The Y offset in other view's coordinates.
参照

LayoutView クラス
LayoutView メンバ