Returns new bounds as a result of these bounds and the bounds specified by parameters.

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

Syntax

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

Parameters

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

See Also