Draws specified text on the display.
[Visual Basic 6.0] Sub DrawText(
ByVal shape As IGeometry, _
ByVal Text As String _
)
[Visual Basic .NET] Public Sub DrawText ( _ ByVal shape As IGeometry, _ ByVal Text As String _ )
[C#] public void DrawText ( IGeometry shape, string Text );
[Java] public void drawText ( IGeometry shape, String Text ) throws IOException, AutomationException
[C++] HRESULT DrawText( IGeometry* shape, BSTR Text );
Parameters
shape [in]
shape is a parameter of type IGeometry
Text [in]
Text is a parameter of type BSTR
IDisplay Interface | IDisplay.StartDrawing Method