Click or drag to resize

PdfiumFPDFFormControl_GetRect Method

Get bounding rectanghle of specified control

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFFormControl_GetRect(
	IntPtr frmControl,
	out float left,
	out float bottom,
	out float right,
	out float top
)

Parameters

frmControl  IntPtr
Handle to the Control object. Returned by FPDFInterForm_GetControl(IntPtr, Int32, String) function.
left  Single
The left of the rectangle.
bottom  Single
The bottom of the rectangle.
right  Single
The right of the rectangle.
top  Single
The top of the rectangle.
See Also