Back to Devexpress

TdxPDFViewerCustomHitTest Class

vcl-dxpdfviewer-129a542e.md

latest998 B
Original Source

TdxPDFViewerCustomHitTest Class

The base class for all HitTest classes that provide information about the PDF Viewer‘s visual elements located at the test point.

Declaration

delphi
TdxPDFViewerCustomHitTest = class(
    TdxPDFViewerCustomObject
)

Remarks

This class implements the functionality for obtaining common HitTest information at the inspected point within the PDF Viewer control’s boundaries.

You do not need to create instances of the TdxPDFViewerCustomHitTest class. Use its descendant instead.

Inheritance

TObject TdxPDFViewerCustomObject TdxPDFViewerCustomHitTest

See Also

TdxPDFViewerCustomHitTest Members

dxPDFViewer Unit