PagesEnumeratorTGetDocumentPage(T, Point) Method

Looks up for the Document Page where Object is displayed taking in account cursor location into the Object.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public DocumentPage GetDocumentPage(
	T obj,
	Point cursorPosition
)

Parameters

obj  T
Object to find Document Page for.
cursorPosition  Point
Position of the cursor inside an Object.

Return Value

DocumentPage
Document Page where given Object is found. Returns null if no Page found.

See Also