BCGControlBar Library for .NET
DrawGlassText Method




Syntax
'Declaration
 
Public Shared Sub DrawGlassText( _
   ByVal graphics As Graphics, _
   ByVal text As String, _
   ByVal font As Font, _
   ByVal bounds As Rectangle, _
   ByVal color As Color, _
   ByVal nTextFlags As Integer, _
   ByVal bGlowTex As Boolean _
) 
'Usage
 
Dim graphics As Graphics
Dim text As String
Dim font As Font
Dim bounds As Rectangle
Dim color As Color
Dim nTextFlags As Integer
Dim bGlowTex As Boolean
 
GlobalUtils.DrawGlassText(graphics, text, font, bounds, color, nTextFlags, bGlowTex)
public static void DrawGlassText( 
   Graphics graphics,
   string text,
   Font font,
   Rectangle bounds,
   Color color,
   int nTextFlags,
   bool bGlowTex
)
public: static void DrawGlassText( 
   Graphics* graphics,
   string* text,
   Font* font,
   Rectangle bounds,
   Color color,
   int nTextFlags,
   bool bGlowTex
) 
public:
static void DrawGlassText( 
   Graphics^ graphics,
   String^ text,
   Font^ font,
   Rectangle bounds,
   Color color,
   int nTextFlags,
   bool bGlowTex
) 

Parameters

graphics
text
font
bounds
color
nTextFlags
bGlowTex
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

Reference

GlobalUtils Class
GlobalUtils Members

Send Feedback