Draws a marker at the specified point on the screen.
[Visual Basic 6.0] Sub DrawScreenMarker(
ByVal Point As IPoint _
)
[Visual Basic .NET] Public Sub DrawScreenMarker ( _ ByVal Point As IPoint _ )
[C#] public void DrawScreenMarker ( IPoint Point );
[Java] public void drawScreenMarker ( IPoint Point ) throws IOException, AutomationException
[C++] HRESULT DrawScreenMarker( IPoint* Point );