Nevron.UI Namespace / NTextRenderer Class / DrawTextGdiPlus Method


DrawTextGdiPlus Method
Syntax
'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
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also