Bounds of the element taking symbology into consideration.
[Visual Basic 6.0] Sub QueryBounds(
ByVal Display As IDisplay, _
ByVal Bounds As IEnvelope _
) As Empty
[Visual Basic .NET] Public Sub QueryBounds ( ByVal Display As IDisplay, _ ByVal Bounds As IEnvelope _ )
[C#] public void QueryBounds ( IDisplay Display, IEnvelope Bounds );
[C++] public: void QueryBounds ( IDisplay Display, IEnvelope Bounds );
QueryBounds returns an envelope representing the boundary of the element. A valid envelope object must be passed in to the method along with the current display. The method then updates the envelope object based on the minimum bounding rectangle of the element.