'宣言 Public Overloads Function DocumentToClient( _ ByVal pageIdx As System.Integer, _ ByVal ptPage As System.Drawing.PointF, _ ByRef pt As System.Drawing.Point _ ) As System.Boolean
'使用法 Dim instance As C1PreviewPane Dim pageIdx As System.Integer Dim ptPage As System.Drawing.PointF Dim pt As System.Drawing.Point Dim value As System.Boolean value = instance.DocumentToClient(pageIdx, ptPage, pt)
パラメータ
- pageIdx
- 0-based page index of the document point.
- ptPage
- Point on page pageIdx.
- pt
- OUT: Preview pane client point.
戻り値の型
True if the client point belongs to a document page, false otherwise.