Nevron .NET Vision
Nevron.GraphicsCore Namespace / NGraphics Class / PaintText Method / PaintText(String,NTextStyle,NPointF) Method
The text.
The text style.
The point.


In This Topic
    PaintText(String,NTextStyle,NPointF) Method
    In This Topic
    Paints text at the specified location.
    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)
    public void PaintText( 
       System.string text,
       NTextStyle textStyle,
       NPointF point
    )

    Parameters

    text
    The text.
    textStyle
    The text style.
    point
    The 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