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