PrintDocument for WinForms
ScrollPreview(Single,Single) メソッド


C1.Win.PrintPreview.6 アセンブリ > C1.Win.C1Preview 名前空間 > C1PreviewPane クラス > ScrollPreview メソッド : ScrollPreview(Single,Single) メソッド
The horizontal scroll amount.
The vertical scroll amount.
Scrolls the previewed document in the client area by the specified horizontal and vertical amounts. The scroll amounts are expressed in document coordinates. May change the currently shown row of pages.
シンタックス
'宣言
 
Public Overloads Sub ScrollPreview( _
   ByVal dx As System.Single, _
   ByVal dy As System.Single _
) 
'使用法
 
Dim instance As C1PreviewPane
Dim dx As System.Single
Dim dy As System.Single
 
instance.ScrollPreview(dx, dy)
public void ScrollPreview( 
   System.float dx,
   System.float dy
)

パラメータ

dx
The horizontal scroll amount.
dy
The vertical scroll amount.
参照

C1PreviewPane クラス
C1PreviewPane メンバ
オーバーロード一覧