PDFView4NET WPF Edition
Location Property (BookmarkClickEventArgs)




O2S.Components.PDFView4NET Namespace > BookmarkClickEventArgs 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 BookmarkClickEventArgs
Dim value As Point
 
value = instance.Location
public Point Location {get;}
public: __property Point get_Location();
public:
property Point Location {
   Point get();
}

Property Value

A Point containing the x- and y- coordinate of the mouse, in pixels.
Requirements

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

See Also

Reference

BookmarkClickEventArgs Class
BookmarkClickEventArgs Members