'Declaration Public Overloads Sub DrawString( _ ByVal s As String, _ ByVal rectangle As Rectangle _ )
'Usage Dim instance As SmartPaint Dim s As String Dim rectangle As Rectangle instance.DrawString(s, rectangle)
Parameters
- s
- The string the draw.
- rectangle
- A System.Drawing.Rectangle structure representing the rectangle in which to draw the string.