public static void DrawText( NPaintContext context, NThemeStyle style, NRectangle bounds, System.string text, TextOrientation textOrientation )
'Declaration
Public Overloads Shared Sub DrawText( _ ByVal context As NPaintContext, _ ByVal style As NThemeStyle, _ ByVal bounds As NRectangle, _ ByVal text As System.String, _ ByVal textOrientation As TextOrientation _ )
'Usage
Dim context As NPaintContext Dim style As NThemeStyle Dim bounds As NRectangle Dim text As System.String Dim textOrientation As TextOrientation NTextRenderer.DrawText(context, style, bounds, text, textOrientation)
Parameters
- context
- style
- bounds
- text
- textOrientation