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