 | PdfViewer.PointInPage Method |
Determines if the specified point is contained within Pdf page.
Namespace: Patagames.Pdf.Net.Controls.WinFormsAssembly: Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.94.2704
Syntaxpublic int PointInPage(
Point pt
)
Public Function PointInPage (
pt As Point
) As Integer
public:
int PointInPage(
Point pt
)
member PointInPage :
pt : Point -> int
public int PointInPage(
Point pt
)
function PointInPage(pt);
Parameters
- pt Point
- The System.Drawing.Point to test.
Return Value
Int32
This method returns the zero based page index if the point represented by pt is contained within this page; otherwise -1.
See Also