Draws a marker at the specified points on the screen.
[Visual Basic 6.0] Sub DrawScreenMultipleMarkers(
ByVal pointCollection As IPointCollection _
)
[Visual Basic .NET] Public Sub DrawScreenMultipleMarkers ( _ ByVal pointCollection As IPointCollection _ )
[C#] public void DrawScreenMultipleMarkers ( IPointCollection pointCollection );
[Java] public void drawScreenMultipleMarkers ( IPointCollection pointCollection ) throws IOException, AutomationException
[C++] HRESULT DrawScreenMultipleMarkers( IPointCollection* pointCollection );