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