Click or drag to resize

RectangleFIntersect Method

Overload List
  NameDescription
Public methodIntersect(RectangleF)
Replaces this System.Drawing.RectangleF structure with the intersection of itself and the specified System.Drawing.RectangleF structure.
Public methodStatic memberIntersect(RectangleF, RectangleF)
Returns a System.Drawing.RectangleF structure that represents the intersection of two rectangles. If there is no intersection, and empty System.Drawing.RectangleF is returned.
Top
See Also