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,
OLE_HANDLE hDC,
esriTrackerStyle Style
);
[C++]Parameters
Display [in]Display is a parameter of type IDisplay
hDC [in]hDC is a parameter of type OLE_HANDLE
Style [in]Style is a parameter of type esriTrackerStyle
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.