PagesEnumeratorTGetDocumentPageStrict 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 GetDocumentPageStrict(
T obj,
Point physicalPnt
)
Public Function GetDocumentPageStrict (
obj As T,
physicalPnt As Point
) As DocumentPage
public:
DocumentPage^ GetDocumentPageStrict(
T obj,
Point physicalPnt
)
member GetDocumentPageStrict :
obj : 'T *
physicalPnt : Point -> DocumentPage
- obj T
-
Object to find Document Page for.
- physicalPnt Point
-
Position of the cursor inside an Object.
DocumentPage
Document Page where given Object is found. Returns null if no Page found.