Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NGraphicsPathPoint Structure / Type Field


In This Topic
    Type Field (NGraphicsPathPoint)
    In This Topic
    Point type - for possible values see the constants defined in NGraphicsPath.
    Syntax
    'Declaration
     
    
    Public Type As System.Byte
    'Usage
     
    
    Dim instance As NGraphicsPathPoint
    Dim value As System.Byte
     
    value = instance.Type
     
    instance.Type = value
    public System.byte Type
    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