ArcObjects Library Reference  (Display)    

IDynamicDrawScreen.DrawScreenRectangle Method

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
);
[C++]

Parameters

envelope [in]

  envelope is a parameter of type IEnvelope

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDynamicDrawScreen Interface

 


Feedback Send feedback on this page