Draws specified rectangle with fill and line on the dynamic display.
[Visual Basic 6.0] Sub DrawRectangle(
ByVal envelope As IEnvelope _
)
[Visual Basic .NET] Public Sub DrawRectangle ( _ ByVal envelope As IEnvelope _ )
[C#] public void DrawRectangle ( IEnvelope envelope );
[Java] public void drawRectangle ( IEnvelope envelope ) throws IOException, AutomationException
[C++] HRESULT DrawRectangle( IEnvelope* envelope );