BCGSoft.Shared Namespace > GlobalUtils Class : DrawGlassText Method |
'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 )
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