Draws a string with the specified attributes.
Namespace: MindFusion.Mapping
Package: MindFusion.Mapping
Syntax
C#
Copy Code
|
---|
void DrawString ( string s, Point point, Rect bounds, string fontName, double fontSize ) |
Visual Basic
Copy Code
|
---|
Sub DrawString( _ s As String, _ point As Point, _ bounds As Rect, _ fontName As String, _ fontSize As Double _ ) |
Parameters
See Also