Nevron .NET Vision
Nevron.GraphicsCore.Renderers Namespace / INTextRenderer Interface / PaintTextWithBackplaneAndOrientation Method / PaintTextWithBackplaneAndOrientation(NTextStyle,String,NRectangleF,Boolean,PaintStringHint) Method


In This Topic
    PaintTextWithBackplaneAndOrientation(NTextStyle,String,NRectangleF,Boolean,PaintStringHint) Method
    In This Topic
    Paints the text in the specified bounds
    Syntax
    'Declaration
     
    
    Overloads Sub PaintTextWithBackplaneAndOrientation( _
       ByVal textStyle As NTextStyle, _
       ByVal text As System.String, _
       ByVal bounds As NRectangleF, _
       ByVal recalcLayout As System.Boolean, _
       ByVal hint As PaintStringHint _
    ) 
    'Usage
     
    
    Dim instance As INTextRenderer
    Dim textStyle As NTextStyle
    Dim text As System.String
    Dim bounds As NRectangleF
    Dim recalcLayout As System.Boolean
    Dim hint As PaintStringHint
     
    instance.PaintTextWithBackplaneAndOrientation(textStyle, text, bounds, recalcLayout, hint)
    void PaintTextWithBackplaneAndOrientation( 
       NTextStyle textStyle,
       System.string text,
       NRectangleF bounds,
       System.bool recalcLayout,
       PaintStringHint hint
    )

    Parameters

    textStyle
    text
    bounds
    recalcLayout
    hint
    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