'Declaration
Public Overloads Shared Sub DrawText( _ ByVal g As System.Drawing.Graphics, _ ByVal f As System.Drawing.Font, _ ByVal r As NRectangle, _ ByVal text As System.String, _ ByVal fore As System.Drawing.Color, _ ByVal flags As System.Integer, _ ByVal orientation As TextOrientation _ )
'Usage
Dim g As System.Drawing.Graphics Dim f As System.Drawing.Font Dim r As NRectangle Dim text As System.String Dim fore As System.Drawing.Color Dim flags As System.Integer Dim orientation As TextOrientation NTextRenderer.DrawText(g, f, r, text, fore, flags, orientation)
public static void DrawText( System.Drawing.Graphics g, System.Drawing.Font f, NRectangle r, System.string text, System.Drawing.Color fore, System.int flags, TextOrientation orientation )
Parameters
- g
- f
- r
- text
- fore
- flags
- orientation