Converts a point in the document to a point on the screen.
'Declaration
Public Overloads Function ConvertPDFPointToScreenPoint( _
ByVal As PDFPoint _
) As Point
'Usage
Dim instance As PDFPageView
Dim pdfPoint As PDFPoint
Dim value As Point
value = instance.ConvertPDFPointToScreenPoint(pdfPoint)
public Point ConvertPDFPointToScreenPoint(
PDFPoint
)
public: Point ConvertPDFPointToScreenPoint(
PDFPoint*
)
public:
Point ConvertPDFPointToScreenPoint(
PDFPoint^
)
Parameters
- pdfPoint
- The point on the page to convert.
Return Value
The converted point in screen coordinates.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2