Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NTriangle Structure
Fields Properties Methods


In This Topic
    NTriangle Structure Members
    In This Topic

    The following tables list the members exposed by NTriangle.

    Public Constructors
     NameDescription
    Public ConstructorInitializer 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 triangle area  
    Public PropertyGets the minimal enclosing rectangle  
    Public Property  
    Public PropertyGets the medi center of the triangle  
    Public PropertyGets the side against the a vertex (b, c)  
    Public PropertyGets the side against the b vertex (c, a)  
    Public PropertyGets the side against the c vertex (a, 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 MethodDetermines whether the outline of the triaangle contains the specified point  
    Public MethodOverloaded. Checks whether this triangle is equal to the other triangle  
    Public Method  
    Public MethodGets the triangle perimeter  
    Public MethodGets the triangle point at the specified index.  
    Public MethodGets the points count of the triangle (3).  
    Public MethodScales this triangle with the specified parameters  
    Public MethodTransforms this triangle  
    Public MethodTranslates the primitive with the specified amounts  
    Top
    See Also