Skip to main content

AppearanceObject.DrawVString Method

Name Parameters Description
DrawVString(GraphicsCache, String, Font, Brush, Rectangle, StringFormatInfo, Int32) cache, text, font, foreBrush, bounds, strFormat, angle Draws the specified text string in the specified rectangle with the specified Font using the formatting attributes.
DrawVString(GraphicsCache, String, Font, Brush, Rectangle, StringFormat, Int32) cache, text, font, foreBrush, bounds, strFormat, angle Draws a text string vertically with the specified angle and at the specified position using the specified font, color and format.