O2S.Components.PDF4NET.View.Win Documentation
Location Property (PDFVisualPageClickEventArgs)



O2S.Components.PDF4NET.View Namespace > PDFVisualPageClickEventArgs Class : Location Property
Gets the location of the mouse during the generating mouse event.
Syntax
'Declaration
 
Public ReadOnly Property Location As Point
'Usage
 
Dim instance As PDFVisualPageClickEventArgs
Dim value As Point
 
value = instance.Location
public Point Location {get;}
public:
property Point Location {
   Point get();
}

Property Value

A System.Drawing.Point that contains the x and y mouse coordinates, in pixels, relative to the upper-left corner of the PDFDocumentView control.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PDFVisualPageClickEventArgs Class
PDFVisualPageClickEventArgs Members
System.Drawing.Point
PDFDocumentView Class