Draws a line between the specified points on the screen.
[Visual Basic 6.0] Sub DrawScreenLine(
ByVal startPoint As IPoint, _
ByVal endPoint As IPoint _
)
[Visual Basic .NET] Public Sub DrawScreenLine ( _ ByVal startPoint As IPoint, _ ByVal endPoint As IPoint _ )
[C#] public void DrawScreenLine ( IPoint startPoint, IPoint endPoint );
[Java] public void drawScreenLine ( IPoint startPoint, IPoint endPoint ) throws IOException, AutomationException
[C++] HRESULT DrawScreenLine( IPoint* startPoint, IPoint* endPoint );
Parameters
startPoint [in]
startPoint is a parameter of type IPoint
endPoint [in]
endPoint is a parameter of type IPoint