'Declaration Public Overloads Shared Function Intersect( _
ByVal firstRectangleFirst rectangle to intersect.As VintasoftRect, _
ByVal secondRectangleSecond rectangle to intersect.As VintasoftRect _
) As VintasoftRect
public static VintasoftRect Intersect(
VintasoftRect firstRectangle,
VintasoftRect secondRectangle
)
public: static VintasoftRect Intersect(
VintasoftRect firstRectangle,
VintasoftRect secondRectangle
)
public:
static VintasoftRect Intersect(
VintasoftRect firstRectangle,
VintasoftRect secondRectangle
)
Parameters
- firstRectangle
 - First rectangle to intersect.
 - secondRectangle
 - Second rectangle to intersect.
 
Return Value
>A VintasoftRect structure the size of which represents the overlapped area of the two specified rectangles.