DrawUtil.DrawReverseString Method
Draws a string upside down.
[Visual Basic]Public Shared Sub DrawReverseString( _
ByVal
g As
Graphics, _
ByVal
drawText As
String, _
ByVal
drawFont As
Font, _
ByVal
drawRect As
Rectangle, _
ByVal
drawBrush As
Brush, _
ByVal
drawFormat As
StringFormat _
)
Parameters
- g
- The graphics object.
- drawText
- The string to draw.
- drawFont
- The font to draw with.
- drawRect
- The rectangle to draw inside.
- drawBrush
- The brush to draw with.
- drawFormat
- The format of the string.
See Also
DrawUtil Class | NETXP.Library Namespace