'Declaration
Public Overloads Function ConvertScreenPointToPDFPoint( _ ByVal pageNumber As Integer, _ ByVal screenPoint As Point _ ) As PDFPoint
'Usage
Dim instance As PDFPageView Dim pageNumber As Integer Dim screenPoint As Point Dim value As PDFPoint value = instance.ConvertScreenPointToPDFPoint(pageNumber, screenPoint)
public PDFPoint ConvertScreenPointToPDFPoint( int pageNumber, Point screenPoint )
public: PDFPoint* ConvertScreenPointToPDFPoint( int pageNumber, Point screenPoint )
public: PDFPoint^ ConvertScreenPointToPDFPoint( int pageNumber, Point screenPoint )
Parameters
- pageNumber
- The number of the page to which the PDF point is relative.
- screenPoint
- The point on the screen to convert.
Return Value
The converted point in default PDF coordinates.