 | RectangleFUnion 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 RectangleF Union(
RectangleF other
)
Public Function Union (
other As RectangleF
) As RectangleF
public:
RectangleF^ Union(
RectangleF^ other
)
member Union :
other : RectangleF -> RectangleF
Parameters
- other
- Type: Slash.Math.Geometry.RectanglesRectangleF
Rectangle to unite with.
Return Value
Type:
RectangleFUnion rectangle of this and the specified rectangle.
See Also