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