Table of Contents

Method At

Namespace
DocWright.Reporting.Viewer
Assembly
DocWright.Reporting.Viewer.dll

At(ReportPage, Twips, Twips)

Returns what is at a point, or null when the point is on no item.

public static ReportHitTestResult? At(ReportPage page, Twips x, Twips y)

Parameters

page ReportPage

The page.

x Twips

The horizontal position, in twips from the page's left edge.

y Twips

The vertical position, in twips from the page's top edge.

Returns

ReportHitTestResult

The hit, or null.

Exceptions

ArgumentNullException

page is null.