Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NLine Structure
Members


In This Topic
    NLine Structure
    In This Topic
    Represents a line in 2D space defined by it's general equasion: Ax + By + C = 0. This representation of a line is also called implicit or general line form.
    Object Model
    NLine Structure
    Syntax
    'Declaration
     
    
    Public Structure NLine 
       Inherits System.ValueType
    'Usage
     
    
    Dim instance As NLine
    public struct NLine : System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          Nevron.Nov.Graphics.NLine

    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