Nevron .NET Vision
Nevron.GraphicsCore.Renderers Namespace / INTextRenderer Interface / PaintTextWithBackplane Method / PaintTextWithBackplane(NTextStyle,String,NPointF,Boolean) Method
recalculates the layout - set to false if you have called Measure before that


In This Topic
    PaintTextWithBackplane(NTextStyle,String,NPointF,Boolean) Method
    In This Topic
    Paints the text at the specified location
    Syntax
    'Declaration
     
    
    Overloads Sub PaintTextWithBackplane( _
       ByVal textStyle As NTextStyle, _
       ByVal text As System.String, _
       ByVal location As NPointF, _
       ByVal recalcLayout As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As INTextRenderer
    Dim textStyle As NTextStyle
    Dim text As System.String
    Dim location As NPointF
    Dim recalcLayout As System.Boolean
     
    instance.PaintTextWithBackplane(textStyle, text, location, recalcLayout)
    void PaintTextWithBackplane( 
       NTextStyle textStyle,
       System.string text,
       NPointF location,
       System.bool recalcLayout
    )

    Parameters

    textStyle
    text
    location
    recalcLayout
    recalculates the layout - set to false if you have called Measure before that
    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