Returns a brick occupying the document area where a point with the specified coordinates is located.
public Brick FindBrick( Point screenPoint )
Public Function FindBrick( ByVal screenPoint As Point ) As Brick
This method returns null if no brick is found at the specified location.