 | RectangleIUnion Method |
Creates the union of this rectangle and the specified other one.
Namespace: Slash.Math.Geometry.RectanglesAssembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntaxpublic RectangleI Union(
RectangleI other
)
Public Function Union (
other As RectangleI
) As RectangleI
public:
RectangleI^ Union(
RectangleI^ other
)
member Union :
other : RectangleI -> RectangleI
Parameters
- other
- Type: Slash.Math.Geometry.RectanglesRectangleI
Rectangle to unite with.
Return Value
Type:
RectangleIUnion rectangle of this and the specified rectangle.
See Also