Unites these bounds with the specified ones.

Namespace:  PerpetuumSoft.Charts
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

C#
public Bounds Union(
	Bounds bounds
)
Visual Basic (Declaration)
Public Function Union ( _
	bounds As Bounds _
) As Bounds
Visual C++
public:
Bounds Union(
	Bounds bounds
)

Parameters

bounds
Type: PerpetuumSoft.Charts..::.Bounds

See Also