Gets the bounds of the instrument.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public VectorRectangle Bounds { get; }
Visual Basic (Declaration)
Public ReadOnly Property Bounds As VectorRectangle
Visual C++
public:
property VectorRectangle Bounds {
	VectorRectangle get ();
}

See Also