PDFView4NET WPF Edition
ControlPoint Property




O2S.Components.PDFView4NET Namespace > PageClickEventArgs Class : ControlPoint Property
Gets the control point where the page was clicked.
Syntax
'Declaration
 
Public ReadOnly Property ControlPoint As Point
'Usage
 
Dim instance As PageClickEventArgs
Dim value As Point
 
value = instance.ControlPoint
public Point ControlPoint {get;}
public: __property Point get_ControlPoint();
public:
property Point ControlPoint {
   Point get();
}

Property Value

The click point in control coordinates.
Remarks
The position of the click point is given in pixels relative to the top left corner of the corner.
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

PageClickEventArgs Class
PageClickEventArgs Members