'宣言 Public Overloads Function DocumentToClient( _ ByVal pageIdx As System.Integer, _ ByVal rPage As System.Drawing.RectangleF, _ ByRef r As System.Drawing.Rectangle _ ) As System.Boolean
'使用法 Dim instance As C1PreviewPane Dim pageIdx As System.Integer Dim rPage As System.Drawing.RectangleF Dim r As System.Drawing.Rectangle Dim value As System.Boolean value = instance.DocumentToClient(pageIdx, rPage, r)
パラメータ
- pageIdx
- 0-based page index.
- rPage
- Rectangle on page pageIdx.
- r
- OUT: Rectangle converted to preview pane client coordinates.
戻り値の型
True if the client rectangle's location belongs to a document page, false otherwise.