DrawString Method (IMapDevice)
In This Topic
Draws the string in the specified rectangle with specified style.
Syntax
'Declaration
Sub DrawString( _
ByVal As String, _
ByVal As IMapStyle, _
ByVal As C1.Win.Interop.Rect _
)
void DrawString(
string ,
IMapStyle ,
C1.Win.Interop.Rect
)
Parameters
- s
- The string to draw.
- style
- The style used to draw the string.
- bounds
- The bounds to draw the string.
See Also