Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NGraphicsPath Class / drv Method


In This Topic
    drv Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Function drv( _
       ByVal Erv As tlGb, _
       ByVal frv As NPoint, _
       ByVal Grv As ENFillRule _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NGraphicsPath
    Dim Erv As tlGb
    Dim frv As NPoint
    Dim Grv As ENFillRule
    Dim value As System.Boolean
     
    value = instance.drv(Erv, frv, Grv)
    internal System.bool drv( 
       tlGb Erv,
       NPoint frv,
       ENFillRule Grv
    )

    Parameters

    Erv
    frv
    Grv
    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