public static void DrawTextGdiPlus( System.Drawing.Graphics g, System.Drawing.Font f, NRectangle r, System.string text, System.Drawing.Color c, TextOrientation orientation, System.Drawing.StringFormat format )
'Declaration
Public Shared Sub DrawTextGdiPlus( _ ByVal g As System.Drawing.Graphics, _ ByVal f As System.Drawing.Font, _ ByVal r As NRectangle, _ ByVal text As System.String, _ ByVal c As System.Drawing.Color, _ ByVal orientation As TextOrientation, _ ByVal format As System.Drawing.StringFormat _ )
'Usage
Dim g As System.Drawing.Graphics Dim f As System.Drawing.Font Dim r As NRectangle Dim text As System.String Dim c As System.Drawing.Color Dim orientation As TextOrientation Dim format As System.Drawing.StringFormat NTextRenderer.DrawTextGdiPlus(g, f, r, text, c, orientation, format)
Parameters
- g
- f
- r
- text
- c
- orientation
- format