ArcObjects Library Reference  (Display)    

IDynamicDisplay.DrawText Method

Draws text at the specified point on the dynamic display.

[Visual Basic 6.0]
Sub DrawText(
    ByVal Point As IPoint, _
    ByVal Text As String _
)
[Visual Basic .NET]
Public Sub DrawText ( _
    ByVal Point As IPoint, _
    ByVal Text As String _
)
[C#]
public void DrawText (
    IPoint Point,
    string Text
);
[Java]
public void drawText (
    IPoint Point,
    String Text
)
throws
    IOException,
    AutomationException
[C++]
HRESULT DrawText(
  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

IDynamicDisplay Interface

 


Feedback Send feedback on this page