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