PageTapEventArgs.PagePosition Property
Returns the coordinates of the screen point a user taps.
Namespace: DevExpress.Maui.Pdf
Assembly: DevExpress.Maui.Pdf.dll
NuGet Package: DevExpress.Maui.Pdf
Declaration
public Point PagePosition { get; }
Property Value
Type | Description |
---|---|
Point | A point with two coordinates. |
Remarks
The PagePosition
property returns coordinates in pixels; the origin point is at the top-left corner of the screen.
See Also