다음을 통해 공유


PdfRenderer.Page.GetFormWidgetInfoAtPosition(Int32, Int32) Method

Definition

Returns information about the widget at the given point.

[Android.Runtime.Register("getFormWidgetInfoAtPosition", "(II)Landroid/graphics/pdf/models/FormWidgetInfo;", "", ApiSince=35)]
public Android.Graphics.Pdf.Models.FormWidgetInfo GetFormWidgetInfoAtPosition (int x, int y);
[<Android.Runtime.Register("getFormWidgetInfoAtPosition", "(II)Landroid/graphics/pdf/models/FormWidgetInfo;", "", ApiSince=35)>]
member this.GetFormWidgetInfoAtPosition : int * int -> Android.Graphics.Pdf.Models.FormWidgetInfo

Parameters

x
Int32

the x position of the widget on the page, in points

y
Int32

the y position of the widget on the page, in points

Returns

Attributes

Remarks

Returns information about the widget at the given point.

Java documentation for android.graphics.pdf.PdfRenderer.Page.getFormWidgetInfoAtPosition(int, int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to