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