Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NPaintVisitor Class / PaintGlyphRun Method / PaintGlyphRun(NPoint,NGlyphRunRange) Method


In This Topic
    PaintGlyphRun(NPoint,NGlyphRunRange) Method
    In This Topic
    Paints a glyph run range
    Syntax
    'Declaration
     
    
    Public Overloads Sub PaintGlyphRun( _
       ByVal origin As NPoint, _
       ByVal glyphRunRange As NGlyphRunRange _
    ) 
    'Usage
     
    
    Dim instance As NPaintVisitor
    Dim origin As NPoint
    Dim glyphRunRange As NGlyphRunRange
     
    instance.PaintGlyphRun(origin, glyphRunRange)
    public void PaintGlyphRun( 
       NPoint origin,
       NGlyphRunRange glyphRunRange
    )

    Parameters

    origin
    glyphRunRange
    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