'Declaration
Public Function ConvertScreenPointToDisplayPoint( _ ByVal screenPoint As Point _ ) As PDFPoint
'Usage
Dim instance As PDFPageView Dim screenPoint As Point Dim value As PDFPoint value = instance.ConvertScreenPointToDisplayPoint(screenPoint)
public PDFPoint ConvertScreenPointToDisplayPoint( Point screenPoint )
public: PDFPoint* ConvertScreenPointToDisplayPoint( Point screenPoint )
public: PDFPoint^ ConvertScreenPointToDisplayPoint( Point screenPoint )
Parameters
- screenPoint
- The point on the screen to convert.
Return Value
The converted point in display coordinate system.