This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISelectionTracker Interface > ISelectionTracker.Draw Method (ArcObjects .NET 10.4 SDK) |
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