PagesEnumeratorTGetDocumentPage(T, Point) Method
Looks up for the Document Page where Object is displayed taking in account cursor location into the Object.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
public DocumentPage GetDocumentPage(
T obj,
Point cursorPosition
)
Public Function GetDocumentPage (
obj As T,
cursorPosition As Point
) As DocumentPage
public:
DocumentPage^ GetDocumentPage(
T obj,
Point cursorPosition
)
member GetDocumentPage :
obj : 'T *
cursorPosition : Point -> DocumentPage
- obj T
-
Object to find Document Page for.
- cursorPosition Point
-
Position of the cursor inside an Object.
DocumentPage
Document Page where given Object is found. Returns null if no Page found.