TdxPDFViewerCustomHitTest.HitPoint Property
Returns the pixel coordinates of the test point within the PDF Viewer.
Declaration
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