Draws text at the specified point on the screen.
[Visual Basic 6.0] Sub DrawScreenText(
ByVal Point As IPoint, _
ByVal Text As String _
)
[Visual Basic .NET] Public Sub DrawScreenText ( _ ByVal Point As IPoint, _ ByVal Text As String _ )
[C#] public void DrawScreenText ( IPoint Point, string Text );
[Java] public void drawScreenText ( IPoint Point, String Text ) throws IOException, AutomationException
[C++] HRESULT DrawScreenText( IPoint* Point, BSTR Text );
Parameters
Point [in]
Point is a parameter of type IPoint
Text [in]
Text is a parameter of type BSTR