DioDocs for PDF
ApplyOffset メソッド (LayoutView)

GrapeCity.Documents.Imaging アセンブリ > GrapeCity.Documents.Layout 名前空間 > LayoutView クラス : ApplyOffset メソッド
The target LayoutView; null to target the LayoutHost.
The X offset in the target view's coordinates.
The Y offset in the target view's coordinates.
Moves the current LayoutView to a new position relative to the target LayoutView.
シンタックス
'宣言
 
Public Sub ApplyOffset( _
   ByVal targetView As LayoutView, _
   ByVal xOffset As System.Single, _
   ByVal yOffset As System.Single _
) 
public void ApplyOffset( 
   LayoutView targetView,
   System.float xOffset,
   System.float yOffset
)

パラメータ

targetView
The target LayoutView; null to target the LayoutHost.
xOffset
The X offset in the target view's coordinates.
yOffset
The Y offset in the target view's coordinates.
参照

LayoutView クラス
LayoutView メンバ