Nevron .NET Vision
Nevron.GraphicsCore Namespace / NLineF Structure
Members


In This Topic
    NLineF 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
    NLineF Structure
    Syntax
    'Declaration
     
    
    <System.SerializableAttribute()>
    Public Structure NLineF 
       Inherits System.ValueType
    'Usage
     
    
    Dim instance As NLineF
    [System.Serializable()]
    public struct NLineF : System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          Nevron.GraphicsCore.NLineF

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also