Map for WinForms | ComponentOne
C1.FlexMap Namespace / IMapDevice Interface / DrawString Method
The string to draw.
The style used to draw the string.
The bounds to draw the string.

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

    Parameters

    s
    The string to draw.
    style
    The style used to draw the string.
    bounds
    The bounds to draw the string.
    See Also