Gets the internal bounds of the frame.

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

Syntax

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

See Also