ArcObjects Library Reference  (Display)    

IDynamicDisplay.DrawRectangle Method

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

Parameters

envelope [in]

  envelope is a parameter of type IEnvelope

Product Availability

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

See Also

IDynamicDisplay Interface

 


Feedback Send feedback on this page