Gets Rectangle that represents the bounds of the object drawn.

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

Syntax

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

See Also