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


In This Topic
    NTriangleF Structure
    In This Topic
    The NTriangleF structure represents a triangle in 2D space defined by it's three vertices: (A, B, C).
    Object Model
    NTriangleF Structure
    Syntax
    'Declaration
     
    
    <System.SerializableAttribute()>
    Public Structure NTriangleF 
       Inherits System.ValueType
       Implements INClosedFigurePrimitive, INGeometryPrimitive 
    'Usage
     
    
    Dim instance As NTriangleF
    [System.Serializable()]
    public struct NTriangleF : System.ValueType, INClosedFigurePrimitive, INGeometryPrimitive  
    Inheritance Hierarchy

    System.Object
       System.ValueType
          Nevron.GraphicsCore.NTriangleF

    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