Click or drag to resize

RectangleDistance Method

Overload List
  NameDescription
Public methodDistance(Point)
Return the distance between this rectangle and the passed point. If the rectangle contains the point, the distance is zero.
Public methodDistance(Rectangle)
Return the distance between this rectangle and the passed rectangle. If the rectangles overlap, the distance is zero.
Top
See Also