PagesEnumeratorTGetDocumentPageStrict 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 GetDocumentPageStrict(
	T obj,
	Point physicalPnt
)

Parameters

obj  T
Object to find Document Page for.
physicalPnt  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