ArcObjects Library Reference (Display)  

ISelectionTracker.Draw Method

Draw selection indicater. Usually a color outline with selection handles.

[Visual Basic .NET]
Public Sub Draw ( _
    ByVal Display As IDisplay, _
    ByVal hDC As Integer, _
    ByVal Style As esriTrackerStyle _
)
[C#]
public void Draw (
    IDisplay Display,
    int hDC,
    esriTrackerStyle Style
);
[C++]
HRESULT Draw(
  IDisplay* Display,
  long hDC,
  esriTrackerStyle Style
);
[C++]

Parameters

Display [in]

  Display is a parameter of type IDisplay

hDC [in]   hDC is a parameter of type long Style [in]

  Style is a parameter of type esriTrackerStyle

Product Availability

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

See Also

ISelectionTracker Interface