[]
        
(Showing Draft Content)

C1.FlexMap.IMapDevice.DrawString

DrawString Method

DrawString(string, IMapStyle, Rect)

Draws the string in the specified rectangle with specified style.

Declaration
void DrawString(string s, IMapStyle style, Rect bounds)
Parameters
Type Name Description
string s

The string to draw.

IMapStyle style

The style used to draw the string.

Rect bounds

The bounds to draw the string.