TdxPDFViewerCustomHitTest.HitPoint Property
In This Article
Returns the pixel coordinates of the test point within the PDF Viewer.
#Declaration
Delphi
property HitPoint: TPoint read;
#Property Value
Type |
---|
TPoint |
#Remarks
Use the HitPoint.X and HitPoint.Y fields to obtain the horizontal and vertical coordinates of the mouse pointer’s current location within the PDF Viewer control’s boundaries.
See Also