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


In This Topic
    Subtract Method (NGraphicsPath)
    In This Topic
    Gets a path that represents the subtraction of this graphics path with the specified other graphics path
    Syntax
    'Declaration
     
    
    Public Function Subtract( _
       ByVal thisFillRule As ENFillRule, _
       ByVal other As NGraphicsPath, _
       ByVal otherFillRule As ENFillRule _
    ) As NGraphicsPath
    'Usage
     
    
    Dim instance As NGraphicsPath
    Dim thisFillRule As ENFillRule
    Dim other As NGraphicsPath
    Dim otherFillRule As ENFillRule
    Dim value As NGraphicsPath
     
    value = instance.Subtract(thisFillRule, other, otherFillRule)

    Parameters

    thisFillRule
    other
    otherFillRule
    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