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


In This Topic
    PaintText(String,NTextStyle,NRectangleF) Method
    In This Topic
    Paints text in the specified rectangle.
    Syntax
    'Declaration
     
    
    Public Overloads Sub PaintText( _
       ByVal text As System.String, _
       ByVal textStyle As NTextStyle, _
       ByVal rect As NRectangleF _
    ) 
    'Usage
     
    
    Dim instance As NGraphics
    Dim text As System.String
    Dim textStyle As NTextStyle
    Dim rect As NRectangleF
     
    instance.PaintText(text, textStyle, rect)
    public void PaintText( 
       System.string text,
       NTextStyle textStyle,
       NRectangleF rect
    )

    Parameters

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