'Declaration Public Shared Function Union( _
ByVal firstRectangleFirst rectangle to union.As VintasoftRectI, _
ByVal secondRectangleSecond rectangle to union.As VintasoftRectI _
) As VintasoftRectI
public static VintasoftRectI Union(
VintasoftRectI firstRectangle,
VintasoftRectI secondRectangle
)
public: static VintasoftRectI Union(
VintasoftRectI firstRectangle,
VintasoftRectI secondRectangle
)
public:
static VintasoftRectI Union(
VintasoftRectI firstRectangle,
VintasoftRectI secondRectangle
)
Parameters
- firstRectangle
- First rectangle to union.
- secondRectangle
- Second rectangle to union.
Return Value
A VintasoftRectI structure that contains both of the two rectangles that form the union.