Click or drag to resize

PdfPageOnMouseMove Method

You can call this member function when the mouse cursor moves.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public bool OnMouseMove(
	int modifier,
	float x,
	float y
)

Parameters

modifier  Int32
Indicates whether various virtual keys are down.
x  Single
Specifies the x-coordinate of the cursor in PDF user space.
y  Single
Specifies the y-coordinate of the cursor in PDF user space.

Return Value

Boolean
TRUE indicates success; otherwise false.
See Also