PrintDocument for WinForms
GetPageVisibleArea メソッド (C1PreviewPane)


C1.Win.PrintPreview.6 アセンブリ > C1.Win.C1Preview 名前空間 > C1PreviewPane クラス : GetPageVisibleArea メソッド
0-based page index.
Gets RectangleF representing the area of the specified page that is currently visible in the current C1PreviewPane. The rectangle is in document (i.e. independent of the current zoom factor) coordinates, and is relative to the specified page's left top corner.
シンタックス
'宣言
 
Public Function GetPageVisibleArea( _
   ByVal pageIdx As System.Integer _
) As System.Drawing.RectangleF
'使用法
 
Dim instance As C1PreviewPane
Dim pageIdx As System.Integer
Dim value As System.Drawing.RectangleF
 
value = instance.GetPageVisibleArea(pageIdx)
public System.Drawing.RectangleF GetPageVisibleArea( 
   System.int pageIdx
)

パラメータ

pageIdx
0-based page index.

戻り値の型

Rectangle representing the currently visible area of the specified page.
参照

C1PreviewPane クラス
C1PreviewPane メンバ
ClientToDocument メソッド