Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NPaintVisitor Class / PaintString Method / PaintString(NPoint,String,NPaintTextPointSettings) Method


In This Topic
    PaintString(NPoint,String,NPaintTextPointSettings) Method
    In This Topic
    Paints a string at the specified location
    Syntax
    'Declaration
     
    
    Public Overloads Sub PaintString( _
       ByVal location As NPoint, _
       ByVal text As System.String, _
       ByRef settings As NPaintTextPointSettings _
    ) 
    'Usage
     
    
    Dim instance As NPaintVisitor
    Dim location As NPoint
    Dim text As System.String
    Dim settings As NPaintTextPointSettings
     
    instance.PaintString(location, text, settings)
    public void PaintString( 
       NPoint location,
       System.string text,
       ref NPaintTextPointSettings settings
    )

    Parameters

    location
    text
    settings
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also