This document is archived and information here might be outdated. Recommended version. |
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