PrintDocument for WinForms
ScrollClient(Int32,Int32) メソッド


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

パラメータ

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

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