Nevron.GraphicsCore Namespace / NGraphics Class / PaintText Method / PaintText(String,NTextStyle,NPointF) Method


PaintText(String,NTextStyle,NPointF) Method
Syntax
'Declaration
 
Public Overloads Sub PaintText( _
   ByVal text As System.String, _
   ByVal textStyle As NTextStyle, _
   ByVal point As NPointF _
) 
 
'Usage
 
Dim instance As NGraphics
Dim text As System.String
Dim textStyle As NTextStyle
Dim point As NPointF
 
instance.PaintText(text, textStyle, point)

Parameters

text
textStyle
point
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