'宣言 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.