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

Syntax

C#
public void SetBounds(
	VectorRectangle bounds
)
Visual Basic (Declaration)
Public Sub SetBounds ( _
	bounds As VectorRectangle _
)
Visual C++
public:
virtual void SetBounds(
	VectorRectangle bounds
) sealed

Implements

IDockable..::.SetBounds(VectorRectangle)

See Also