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