Nevron .NET Vision
Nevron.GraphicsCore Namespace / NTriangleF Structure
Fields Properties Methods


In This Topic
    NTriangleF Structure Members
    In This Topic

    The following tables list the members exposed by NTriangleF.

    Public Constructors
     NameDescription
    Public ConstructorInitializing constructor.  
    Top
    Public Fields
     NameDescription
    Public FieldThe first vertex of the triangle.  
    Public FieldThe second vertex of the triangle.  
    Public FieldThe third vertex of the triangle.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the area of the triangle.  
    Public PropertyGets the signed area of the triangle.  
    Public PropertyGets the minimal enclosing rectangle  
    Public PropertyGets the minimal enclosing 2D range  
    Public PropertyDetermines whether this is a flat primitive  
    Public PropertyGets the medi center of the triangle.  
    Public PropertyGets the perimiter of the triangle (SideA + SideB + SideC).  
    Public PropertyGets the side formed by the vertices B and C.  
    Public PropertyGets the side formed by the vertices C and A.  
    Public PropertyGets the side formed by the vertices A and B.  
    Public PropertyGets an array of the triangle vertices.  
    Top
    Public Methods
     NameDescription
    Public MethodAppends the primitive to the specified graphics path  
    Public MethodOverloaded. Determines whether the triangle contains the specified point  
    Public MethodOverloaded. Determines whether the outline of the triaangle contains the specified point  
    Public Method  
    Public Method  
    Public Method  
    Public MethodOverloaded. Translates the primitive with the specified amounts  
    Top
    See Also