Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NPaintVisitor Class / UtGb Method


In This Topic
    UtGb Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub UtGb( _
       ByVal vtGb As NGraphics2D, _
       ByVal WtGb As System.Double, _
       ByVal xtGb As NMatrix, _
       ByVal YtGb As NRegion _
    ) 
    'Usage
     
    
    Dim instance As NPaintVisitor
    Dim vtGb As NGraphics2D
    Dim WtGb As System.Double
    Dim xtGb As NMatrix
    Dim YtGb As NRegion
     
    instance.UtGb(vtGb, WtGb, xtGb, YtGb)
    internal void UtGb( 
       NGraphics2D vtGb,
       System.double WtGb,
       NMatrix xtGb,
       NRegion YtGb
    )

    Parameters

    vtGb
    WtGb
    xtGb
    YtGb
    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