BeMDI SDK

  CMDIClientView

CMDIClientView::ViewFromPoint
Returns the view which contains the specified point.
virtual BView *ViewFromPoint(BPoint &point, CZOrderedView **parent=NULL);


Parameters
pointPoint in screen coordinates
parentPointer to memory location where a pointer to the parent view is stored.


Remarks
In 'parent' the MDI view which contains the point is returned. That view is either the parent of the returned view or the view itself. If this method returns NULL no view was found.

  Top


© 2000 by 3rd-evolution