'Declaration
Public Function ConvertDisplayRectangleToScreenRectangle( _ ByVal displayRectangle As DisplayRectangle _ ) As Rectangle
'Usage
Dim instance As PDFPageView Dim displayRectangle As DisplayRectangle Dim value As Rectangle value = instance.ConvertDisplayRectangleToScreenRectangle(displayRectangle)
public Rectangle ConvertDisplayRectangleToScreenRectangle( DisplayRectangle displayRectangle )
public: Rectangle ConvertDisplayRectangleToScreenRectangle( DisplayRectangle* displayRectangle )
public: Rectangle ConvertDisplayRectangleToScreenRectangle( DisplayRectangle^ displayRectangle )
Parameters
- displayRectangle
- The rectangle on the PDF page to convert.
Return Value
The converted rectangle in screen coordinates.