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


In This Topic
    PaintText(String,NTextStyle,NPointF) Method
    In This Topic
    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
    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