ArcObjects Library Reference  (Display)    

IDynamicDrawScreen.DrawScreenText Method

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
);
[C++]

Parameters

Point [in]

  Point is a parameter of type IPoint

Text [in]

  Text is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDynamicDrawScreen Interface

 


Feedback Send feedback on this page