Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NOutlinePathGraphic2D Class
Members


In This Topic
    NOutlinePathGraphic2D Class
    In This Topic
    Represents a 2D graphics, which accumulates the union of painted regions. When finished painting with this graphics, you can obtain the outer outline path by calling the CreateOutlinePath() method.
    Object Model
    NOutlinePathGraphic2D Class
    Syntax
    'Declaration
     
    
    Public Class NOutlinePathGraphic2D 
       Inherits NGraphics2D
    'Usage
     
    
    Dim instance As NOutlinePathGraphic2D
    public class NOutlinePathGraphic2D : NGraphics2D 
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Graphics.NGraphics2D
          Nevron.Nov.Graphics.NOutlinePathGraphic2D

    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